FirebaseInstallations Framework Reference Stay organized with collections Save and categorize content based on your preferences.
Type Definitions
The following type definitions are available globally.
An installation ID handler block.
Declaration
Objective-C
typedefvoid(^FIRInstallationsIDHandler)(NSString*_Nullable,NSError*_Nullable)Parameters
identifierThe installation ID string if exists or
nilotherwise.errorThe error when
identifier == nilornilotherwise.An authorization token handler block.
Declaration
Objective-C
typedefvoid(^FIRInstallationsTokenHandler)(FIRInstallationsAuthTokenResult*_Nullable,NSError*_Nullable)Parameters
tokenResultAn instance of
InstallationsAuthTokenResultin case of success ornilotherwise.errorThe error when
tokenResult == nilornilotherwise.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-11 UTC.