AndroidAppUri

public final class AndroidAppUri extends Object

This class is deprecated.
Please Migrate to the Firebase App Indexing API

Public Method Summary

boolean
equals(Object object)
Uri
String
int
static AndroidAppUri
newAndroidAppUri(String packageName, Uri deepLink)
This method is deprecated. Please Handling App Links
static AndroidAppUri
newAndroidAppUri(Uri uri)
This method is deprecated. Please Handling App Links
String
Uri

Inherited Method Summary

Public Methods

public boolean equals (Object object)

public Uri getDeepLinkUri ()

Returns
  • deep link Uri or null, if it does not have a deep link.

public String getPackageName ()

Returns
  • package name.

public int hashCode ()

This method is deprecated.
Please Handling App Links

public static AndroidAppUri newAndroidAppUri (Uri uri)

This method is deprecated.
Please Handling App Links

public String toString ()

public Uri toUri ()

Returns