File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,6 @@ static NSString *const kFIRAnalyticsConfigurationSetEnabledNotification =
3939// / Returns the shared instance of FIRAnalyticsConfiguration.
4040+ (FIRAnalyticsConfiguration *)sharedInstance ;
4141
42- // Sets whether analytics collection is enabled for this app on this device. This setting is
43- // persisted across app sessions. By default it is enabled.
44- - (void )setAnalyticsCollectionEnabled : (BOOL )analyticsCollectionEnabled ;
45-
4642// / Sets whether analytics collection is enabled for this app on this device, and a flag to persist
4743// / the value or not. The setting should not be persisted if being set by the global data collection
4844// / flag.
Original file line number Diff line number Diff line change @@ -39,10 +39,6 @@ - (void)postNotificationName:(NSString *)name value:(id)value {
3939 userInfo: @{name : value}];
4040}
4141
42- - (void )setAnalyticsCollectionEnabled : (BOOL )analyticsCollectionEnabled {
43- [self setAnalyticsCollectionEnabled: analyticsCollectionEnabled persistSetting: YES ];
44- }
45-
4642- (void )setAnalyticsCollectionEnabled : (BOOL )analyticsCollectionEnabled
4743 persistSetting : (BOOL )shouldPersist {
4844 // Persist the measurementEnabledState. Use FIRAnalyticsEnabledState values instead of YES/NO.
You can’t perform that action at this time.
0 commit comments