AndroidApp class
Details of a Firebase App for Android.
Constructors
- AndroidApp({String? apiKeyId, String? appId, String? displayName, String? name, String? packageName, String? projectId})
- AndroidApp.fromJson(Map _json)
Properties
- apiKeyId ↔ String?
-
The key_id of the GCP ApiKey associated with this App.
getter/setter pair
- appId ↔ String?
-
The globally unique, Firebase-assigned identifier for the
AndroidApp
.getter/setter pair - displayName ↔ String?
-
The user-assigned display name for the
AndroidApp
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the AndroidApp, in the format: projects/
PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent
Project's
[
ProjectNumber
](../projects#FirebaseProject.FIELDS.project_number) (recommended) or its [ProjectId
](../projects#FirebaseProject.FIELDS.project_id).getter/setter pair - packageName ↔ String?
-
The canonical package name of the Android app as would appear in the
Google Play Developer Console.
getter/setter pair
- projectId ↔ String?
-
A user-assigned unique identifier of the parent FirebaseProject for the
AndroidApp
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited