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) {
4444
4545// / Indicates whether updated data was successfully fetched and activated.
4646typedef NS_ENUM (NSInteger , FIRRemoteConfigFetchAndActivateStatus) {
47- // The remote fetch succeeded and fetched data was activated.
47+ // / The remote fetch succeeded and fetched data was activated.
4848 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.
5151 FIRRemoteConfigFetchAndActivateStatusSuccessUsingPreFetchedData,
52- // The fetch and activate failed.
52+ // / The fetch and activate failed.
5353 FIRRemoteConfigFetchAndActivateStatusError
5454} NS_SWIFT_NAME(RemoteConfigFetchAndActivateStatus);
5555
You can’t perform that action at this time.
0 commit comments