File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
FirebaseRemoteConfig/Sources/Public Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ typedef NS_ENUM(NSInteger, FIRRemoteConfigFetchStatus) {
44
44
45
45
// / Indicates whether updated data was successfully fetched and activated.
46
46
typedef NS_ENUM (NSInteger , FIRRemoteConfigFetchAndActivateStatus) {
47
- // The remote fetch succeeded and fetched data was activated.
47
+ // / The remote fetch succeeded and fetched data was activated.
48
48
FIRRemoteConfigFetchAndActivateStatusSuccessFetchedFromRemote,
49
- // The fetch and activate succeeded from already fetched but yet unexpired config data. You can
50
- // control this using minimumFetchInterval property in FIRRemoteConfigSettings.
49
+ // / The fetch and activate succeeded from already fetched but yet unexpired config data. You can
50
+ // / control this using minimumFetchInterval property in FIRRemoteConfigSettings.
51
51
FIRRemoteConfigFetchAndActivateStatusSuccessUsingPreFetchedData,
52
- // The fetch and activate failed.
52
+ // / The fetch and activate failed.
53
53
FIRRemoteConfigFetchAndActivateStatusError
54
54
} NS_SWIFT_NAME(RemoteConfigFetchAndActivateStatus);
55
55
You can’t perform that action at this time.
0 commit comments