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 | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h b/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h index 38dd87b..cb34cd5 100644 --- a/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h +++ b/frameworks/Chartboost.framework/Versions/A/Headers/ChartboostDelegate.h @@ -6,6 +6,7 @@ // #import <Foundation/Foundation.h> +#import <UIKit/UIKit.h> @class UIView; @@ -86,7 +87,13 @@ /*! HyprMX */ CBMediationHyprMX, /*! AerServ */ - CBMediationAerServ + CBMediationAerServ, + /*! Helium */ + CBMediationHelium, + /*! Fairbid */ + CBMediationFairbid, + /*! AppLovin MAX */ + CBMediationMAX }; @@ -127,7 +134,13 @@ /*! Error Originating from the JS side of a Web View */ CBLoadErrorWebViewScriptError = 22, /*! Network is unavailable while attempting to show. */ - CBLoadErrorInternetUnavailableAtShow = 25 + CBLoadErrorInternetUnavailableAtShow = 25, + /*! Error trying to present the ad. */ + CBLoadErrorAdPresentationFailure = 33, + /*! No cached ad ready to be shown. */ + CBLoadErrorNoCachedAd = 34, + /*! Publisher disabled. */ + CBLoadErrorPublisherDisabled = 35 }; /*! @@ -178,6 +191,7 @@ /*! User consents (Behavioral and Contextual Ads). */ YesBehavioral = 1 }; + /*! @typedef CBLocation @@ -241,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