From 207fead0b75994b11c48c185a703f07220c3a2ee Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:41:41 +0800 Subject: [PATCH] 3.9.2 --- frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h | 31 +++++++++++-------------------- 1 files changed, 11 insertions(+), 20 deletions(-) diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h b/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h index d50ffce..cb34cd5 100644 --- a/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h +++ b/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 -- Gitblit v1.8.0