RemoteConfigFetchStatus
enum RemoteConfigFetchStatus : Int, @unchecked Sendable
Indicates whether updated data was successfully fetched.
-
Config has never been fetched.
Declaration
Swift
case noFetchYet = 0
-
Config fetch succeeded.
Declaration
Swift
case success = 1
-
Config fetch failed.
Declaration
Swift
case failure = 2
-
Config fetch was throttled.
Declaration
Swift
case throttled = 3