lpw
2022-02-15 40838a2f0517d0a8370c7bba7bd88167459d2710
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