File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
FirebaseRemoteConfig/Sources/Public Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ NS_SWIFT_NAME(RemoteConfig)
237
237
// / @param completionHandler Activate operation callback.
238
238
- (void )activateWithCompletionHandler:(nullable FIRRemoteConfigActivateCompletion)completionHandler;
239
239
240
- // / This method is deprecated. Please use -[FIRRemoteConfig activate ] instead.
240
+ // / This method is deprecated. Please use -[FIRRemoteConfig activateWithCompletionHandler: ] instead.
241
241
// / Applies Fetched Config data to the Active Config, causing updates to the behavior and appearance
242
242
// / of the app to take effect (depending on how config data is used in the app).
243
243
// / Returns true if there was a Fetched Config, and it was activated.
You can’t perform that action at this time.
0 commit comments