public class

IosAppMetadata

extends Object
java.lang.Object
   ↳ com.google.firebase.projectmanagement.IosAppMetadata

Class Overview

Contains detailed information about an iOS App. Instances of this class are immutable.

Summary

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

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 ()