Enumerations
The following enumerations are available globally.
-
Indicates whether updated data was successfully fetched.
Declaration
Swift
enum RemoteConfigFetchStatus : Int, @unchecked Sendable
-
Indicates whether updated data was successfully fetched and activated.
Declaration
Swift
enum RemoteConfigFetchAndActivateStatus : Int, @unchecked Sendable
-
Firebase Remote Config service fetch error.
Declaration
Swift
typealias RemoteConfigError.Code._ErrorType = RemoteConfigError
-
Firebase Remote Config real-time config update service error.
Declaration
Swift
typealias RemoteConfigUpdateError.Code._ErrorType = RemoteConfigUpdateError
-
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 RemoteConfigSource : Int, @unchecked Sendable
-
Undocumented
Declaration
Swift
public enum RemoteConfigValueCodableError : Error
-
Undocumented
Declaration
Swift
public enum RemoteConfigCodableError : Error