Contains detailed information about an Android App. Instances of this class are immutable.
Public Method Summary
boolean |
equals(Object o)
|
String |
getAppId()
Returns the globally unique, Firebase-assigned identifier of this Android App.
|
String |
getDisplayName()
Returns the user-assigned display name of this Android App.
|
String |
getPackageName()
Returns the canonical package name of this Android app as it would appear in Play store.
|
String |
getProjectId()
Returns the permanent, globally unique, user-assigned ID of the parent Project for this Android
App.
|
int |
hashCode()
|
String |
toString()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
public String getAppId ()
Returns the globally unique, Firebase-assigned identifier of this Android App. This ID is unique even across Apps of different platforms, such as iOS Apps.
public String getDisplayName ()
Returns the user-assigned display name of this Android App. Returns null
if it has
never been set.
public String getPackageName ()
Returns the canonical package name of this Android app as it would appear in Play store.
public String getProjectId ()
Returns the permanent, globally unique, user-assigned ID of the parent Project for this Android App.