public class

AndroidAppMetadata

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

Class Overview

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

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.

public int hashCode ()

public String toString ()