GetAndroidAppResult

data class GetAndroidAppResult(val apiKeyId: String, val appId: String, val deletionPolicy: String, val displayName: String, val etag: String, val id: String, val name: String, val packageName: String, val project: String? = null, val sha1Hashes: List<String>, val sha256Hashes: List<String>)

A collection of values returned by getAndroidApp.

Constructors

Link copied to clipboard
constructor(apiKeyId: String, appId: String, deletionPolicy: String, displayName: String, etag: String, id: String, name: String, packageName: String, project: String? = null, sha1Hashes: List<String>, sha256Hashes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.

Link copied to clipboard
Link copied to clipboard

The user-assigned display name of the AndroidApp.

Link copied to clipboard

This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId

Link copied to clipboard

The canonical package name of the Android app as would appear in the Google Play Developer Console.

Link copied to clipboard
val project: String? = null
Link copied to clipboard

The SHA1 certificate hashes for the AndroidApp.

Link copied to clipboard

The SHA256 certificate hashes for the AndroidApp.