FirebaseInstallationIdResult

value class FirebaseInstallationIdResult(val installationId: String)

Success payload for passInstallationId(...) and the installation id available callback.

Author

Abhishek Kumar

Since

9.3.0

Constructors

Link copied to clipboard
constructor(installationId: String)

Properties

Link copied to clipboard

The Firebase Installation Id that was accepted.