From 02be5892b45a9ebbeb74e6697e712be999d5d0f8 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:01:53 +0800 Subject: [PATCH] 添加V3.8.0 --- frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h b/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h index 59faf14..38dd87b 100644 --- a/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h +++ b/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h @@ -163,6 +163,22 @@ CBStatusBarBehaviorRespect }; + +/*! + @typedef NS_ENUM (NSUInteger, CBPIDataUseConsent) + + @abstract + GDPR compliance settings: + */ +typedef NS_ENUM(NSInteger, CBPIDataUseConsent) { + /*! Publisher hasn't implemented functionality or the user has the option to not answer. */ + Unknown = -1, + /*! User does not consent to targeting (Contextual ads). */ + NoBehavioral = 0, + /*! User consents (Behavioral and Contextual Ads). */ + YesBehavioral = 1 +}; + /*! @typedef CBLocation -- Gitblit v1.8.0