hank
2019-01-22 02be5892b45a9ebbeb74e6697e712be999d5d0f8
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