IosAppMetadata

public class IosAppMetadata extends Object

Contains detailed information about an iOS 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 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
String

Inherited Method Summary

Public Methods

public boolean equals (Object o)

public String getAppId ()

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.

public String getBundleId ()

Returns the canonical bundle ID of this iOS App as it would appear in the iOS AppStore.

public String getDisplayName ()

Returns the user-assigned display name of this iOS App. Returns null if it has never been set.

public String getProjectId ()

Returns the permanent, globally unique, user-assigned ID of the parent Project for this iOS App.

public int hashCode ()

public String toString ()