FIRRemoteConfigFetchAndActivateStatus
enum FIRRemoteConfigFetchAndActivateStatus : NSInteger {}Indicates whether updated data was successfully fetched and activated.
-
The remote fetch succeeded and fetched data was activated.
Declaration
Objective-C
FIRRemoteConfigFetchAndActivateStatusSuccessFetchedFromRemote -
The fetch and activate succeeded from already fetched but yet unexpired config data. You can control this using minimumFetchInterval property in FIRRemoteConfigSettings.
Declaration
Objective-C
FIRRemoteConfigFetchAndActivateStatusSuccessUsingPreFetchedData -
The fetch and activate failed.
Declaration
Objective-C
FIRRemoteConfigFetchAndActivateStatusError