lipengwei
2020-05-27 0742f1b913e1c0d9c6440e014da8c0518a089dc1
frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h
@@ -89,7 +89,11 @@
    /*! AerServ */
    CBMediationAerServ,
    /*! Helium */
    CBMediationHelium
    CBMediationHelium,
    /*! Fairbid */
    CBMediationFairbid,
    /*! AppLovin MAX */
    CBMediationMAX
};
@@ -132,7 +136,11 @@
    /*! Network is unavailable while attempting to show. */
    CBLoadErrorInternetUnavailableAtShow = 25,
    /*! Error trying to present the ad. */
    CBLoadErrorAdPresentationFailure = 33
    CBLoadErrorAdPresentationFailure = 33,
    /*! No cached ad ready to be shown. */
    CBLoadErrorNoCachedAd = 34,
    /*! Publisher disabled. */
    CBLoadErrorPublisherDisabled = 35
};
/*!
@@ -183,24 +191,6 @@
  /*! User consents (Behavioral and Contextual Ads). */
  YesBehavioral = 1
};
/*!
 @typedef CBBannerSize
 @abstract
 Defines standard sizes used to initialize Banner objects.
 @discussion Standard sizes used to describe default Banner bounds.
 */
typedef CGSize const CBBannerSize;
/*! "Banner" - Standard banner size on phones. */
FOUNDATION_EXPORT CBBannerSize const CBBannerSizeStandard;
/*! "Medium Rect" - Medium banner size on phones. */
FOUNDATION_EXPORT CBBannerSize const CBBannerSizeMedium;
/*! "Tablet" - Leaderboard banner size on tablets. */
FOUNDATION_EXPORT CBBannerSize const CBBannerSizeLeaderboard;
/*!
@@ -265,6 +255,7 @@
 
 All of the delegate methods are optional.
 */
DEPRECATED_MSG_ATTRIBUTE("This protocol is deprecated and will be removed in a future version. Please use CHBInterstitial, CHBRewarded, CHBBanner and their corresponding delegate protocols instead.")
@protocol ChartboostDelegate <NSObject>
@optional