Enums
The following enums are available globally.
-
Indicates whether updated data was successfully fetched.
Declaration
Swift
enum FIRRemoteConfigFetchStatus : IntObjective-C
enum FIRRemoteConfigFetchStatus : NSInteger {} -
Firebase Remote Config service fetch error.
Declaration
Swift
enum FIRRemoteConfigError : IntObjective-C
enum FIRRemoteConfigError : 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
Swift
enum FIRRemoteConfigSource : IntObjective-C
enum FIRRemoteConfigSource : NSInteger {}

