-1

With unit I need to add in the import to access FirebaseDynamicLinks ? doc at https://developers.google.com/android/reference/com/google/firebase/dynamiclinks/FirebaseDynamicLinks didn't say it ...

zeus
  • 12,173
  • 9
  • 63
  • 184

1 Answers1

1

If I understand you correctly you're asking which Java package the class is in. While the content of the page you link to indeed doesn't say that, you can derive it by looking at the URL of the page itself:

https://developers.google.com/android/reference/com/google/firebase/dynamiclinks/FirebaseDynamicLinks

So the package is:

com.google.firebase.dynamiclinks
Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807