| java.lang.Object | |
| ↳ | com.google.firebase.projectmanagement.AndroidAppMetadata |
Contains detailed information about an Android App. Instances of this class are immutable.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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.
Returns the user-assigned display name of this Android App. Returns null if it has
never been set.
Returns the canonical package name of this Android app as it would appear in Play store.
Returns the permanent, globally unique, user-assigned ID of the parent Project for this Android App.