From 4e567a74b30e4221dbf2c6cdc67169edcb1f4b6a Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 30 Aug 2018 09:20:51 +0800 Subject: [PATCH] [Update] WACbImpl (3.7.0) --- frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h b/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h index bb3b0bd..e9c3861 100644 --- a/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h +++ b/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h @@ -387,6 +387,24 @@ */ + (BOOL)getAutoIAPTracking; +/*! + @abstract + Mute/unmute chartboost ads. + @param mute YES all sounds, NO activates them. Default is NO + @discussion default value is NO + */ ++ (void)setMuted:(BOOL)mute; + +/*! + @abstract + Set to restrict Chartboost's ability to collect personal data from the device. When this is set to YES. IDFA and ip address will not + be collected by the SDK or the server. Use this to communicate an EEU Data Subject's preference regarding data collection. + Note: This method should be called before starting the Chartboost SDK with startWithAppId:appSignature:delegate. + @param restrict: Whether to restrict data collection or not + @discussion Default value is NOT + */ ++ (void)restrictDataCollection:(BOOL)shouldRestrict; + #pragma mark - Deprecated + (BOOL)hasMoreApps:(CBLocation)location __attribute__((deprecated("This method is deprecated will always return false"))); + (void)showMoreApps:(CBLocation)location __attribute__((deprecated("This method is deprecated and is a no-op"))); -- Gitblit v1.8.0