Skip to content

Commit d38aeb7

Browse files
committed
commented public rating function with close button due to some button size issues
1 parent 8eec0e7 commit d38aeb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
- `stopAllViews:`
1616
- Added `enableAllConsents` initial config property to give all consents at init time
1717
- Added `giveAllConsents` method to give all consents
18-
- Added `presentRatingWidgetWithID` method with `closeButtonText` parameter
1918
- Added `enableAutomaticViewTracking` config for automatic track views
2019
- Added `automaticViewTrackingExclusionList` config for automatic view tracking exclusion list
2120
- Added `globalViewSegmentation` config to add set global view segmentation.

Countly.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ NS_ASSUME_NONNULL_BEGIN
641641
* @param closeButtonText text for close button
642642
* @param completionHandler A completion handler block to be executed when the rating widget is dismissed by user or there is an error.
643643
*/
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;
645645

646646
/**
647647
* Manually records rating widget result with given ID and other info.

0 commit comments

Comments
 (0)