Package-level declarations

Types

Link copied to clipboard
open class ChartboostMediationAdLoadRequest(val placement: String)

The Chartboost Mediation base ad load request.

Link copied to clipboard
class ChartboostMediationAdShowResult(val metrics: <Error class: unknown class>, var error: ChartboostMediationError?)

The Chartboost Mediation fullscreen ad show result.

Link copied to clipboard

Banner ad load listener for Java callers.

Link copied to clipboard

The Chartboost Mediation banner ad load request.

Link copied to clipboard
class ChartboostMediationBannerAdLoadResult(loadId: String, metrics: <Error class: unknown class>, winningBidInfo: Map<String, String>, error: ChartboostMediationError?, val placement: String, val bannerSize: <Error class: unknown class>) : AdLoadResult

The Chartboost Mediation banner ad load result.

Link copied to clipboard
class ChartboostMediationBannerAdView : ChartboostMediationAd
Link copied to clipboard

Use to listen to Chartboost Mediation banner ad events.

Link copied to clipboard
class ChartboostMediationFullscreenAd(var cachedAd: CachedAd?, var listener: ChartboostMediationFullscreenAdListener?, var request: ChartboostMediationFullscreenAdLoadRequest, var loadId: String, var winningBidInfo: Map<String, String> = mapOf(), adController: AdController?)

The Chartboost Mediation fullscreen ad. This class is responsible for showing and invalidating the ad.

Fullscreen ad load listener for Java callers.

class ChartboostMediationFullscreenAdLoadRequest(placement: String, val keywords: Keywords, val partnerSettings: Map<String, Any> = mapOf()) : ChartboostMediationAdLoadRequest

The Chartboost Mediation fullscreen ad load request.

class ChartboostMediationFullscreenAdLoadResult(val ad: ChartboostMediationFullscreenAd?, loadId: String, metrics: <Error class: unknown class>, error: ChartboostMediationError?, winningBidInfo: Map<String, String> = mapOf()) : AdLoadResult

The Chartboost Mediation fullscreen ad load result.

Link copied to clipboard
class ChartboostMediationFullscreenAdQueue(val context: <Error class: unknown class>, val placement: String)

The fullscreen ad queue class. This class is responsible for loading multiple ChartboostMediationFullscreenAd ads and storing them to a queue for subsequent showing. Ads that have been stored for a period of queuedAdTtlMs are expired and removed from the queue.

Listener for fullscreen ad queue events.

The Chartboost Mediation Fullscreen Ad Queue Manager creates ChartboostMediationFullscreenAdQueue queues per placement.

Fullscreen ad show listener for Java callers.