File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 15
15
- ` stopAllViews: `
16
16
- Added ` enableAllConsents ` initial config property to give all consents at init time
17
17
- Added ` giveAllConsents ` method to give all consents
18
- - Added ` presentRatingWidgetWithID ` method with ` closeButtonText ` parameter
19
18
- Added ` enableAutomaticViewTracking ` config for automatic track views
20
19
- Added ` automaticViewTrackingExclusionList ` config for automatic view tracking exclusion list
21
20
- Added ` globalViewSegmentation ` config to add set global view segmentation.
Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ NS_ASSUME_NONNULL_BEGIN
641
641
* @param closeButtonText text for close button
642
642
* @param completionHandler A completion handler block to be executed when the rating widget is dismissed by user or there is an error.
643
643
*/
644
- - (void )presentRatingWidgetWithID : (NSString *)widgetID closeButtonText : (NSString * _Nullable)closeButtonText completionHandler : (void (^)(NSError * __nullable error))completionHandler ;
644
+ // - (void)presentRatingWidgetWithID:(NSString *)widgetID closeButtonText:(NSString * _Nullable)closeButtonText completionHandler:(void (^)(NSError * __nullable error))completionHandler;
645
645
646
646
/* *
647
647
* Manually records rating widget result with given ID and other info.
You can’t perform that action at this time.
0 commit comments