| java.lang.Object | |
| ↳ | com.google.firebase.projectmanagement.IosAppMetadata |
Contains detailed information about an iOS App. Instances of this class are immutable.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| String |
getAppId()
Returns the globally unique, Firebase-assigned identifier of this iOS App.
| ||||||||||
| String |
getBundleId()
Returns the canonical bundle ID of this iOS App as it would appear in the iOS AppStore.
| ||||||||||
| String |
getDisplayName()
Returns the user-assigned display name of this iOS App.
| ||||||||||
| String |
getProjectId()
Returns the permanent, globally unique, user-assigned ID of the parent Project for this iOS
App.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the globally unique, Firebase-assigned identifier of this iOS App. This ID is unique even across Apps of different platforms, such as Android Apps.
Returns the canonical bundle ID of this iOS App as it would appear in the iOS AppStore.
Returns the user-assigned display name of this iOS App. Returns null if it has never
been set.
Returns the permanent, globally unique, user-assigned ID of the parent Project for this iOS App.