Enumerations
The following enumerations are available globally.
-
Indicates whether updated data was successfully fetched.
Declaration
Objective-C
enum FIRRemoteConfigFetchStatus : NSInteger {} -
Indicates whether updated data was successfully fetched and activated.
Declaration
Objective-C
enum FIRRemoteConfigFetchAndActivateStatus : NSInteger {} -
Firebase Remote Config service fetch error.
Declaration
Objective-C
enum FIRRemoteConfigError : NSInteger {} -
Firebase Remote Config real-time config update service error.
Declaration
Objective-C
enum FIRRemoteConfigUpdateError : NSInteger {} -
Firebase Remote Config custom signals error.
Declaration
Objective-C
enum FIRRemoteConfigCustomSignalsError : NSInteger {} -
Enumerated value that indicates the source of Remote Config data. Data can come from the Remote Config service, the DefaultConfig that is available when the app is first installed, or a static initialized value if data is not available from the service or DefaultConfig.
Declaration
Objective-C
enum FIRRemoteConfigSource : NSInteger {}