PartnerAdLoadRequest

data class PartnerAdLoadRequest(val partnerId: String, val mediationPlacement: String, val partnerPlacement: String, val bannerSize: ChartboostMediationBannerAdView.ChartboostMediationBannerSize?, val format: PartnerAdFormat, val adm: String?, val identifier: String, val partnerSettings: Map<String, Any>, val adInteractionListener: AdInteractionListener, val keywords: Map<String, String>)

Constructors

Link copied to clipboard
constructor(partnerId: String, mediationPlacement: String, partnerPlacement: String, bannerSize: ChartboostMediationBannerAdView.ChartboostMediationBannerSize?, format: PartnerAdFormat, adm: String?, identifier: String, partnerSettings: Map<String, Any>, adInteractionListener: AdInteractionListener, keywords: Map<String, String>)

Properties

Link copied to clipboard
val adInteractionListener: AdInteractionListener

Forwards events from the partner ad to this listener after an ad is loaded.

Link copied to clipboard
val adm: String?

Ad markup for bidding ads.

Link copied to clipboard

Size in density-independent pixels of the banner ad and the banner type. Can be null if not a banner.

Link copied to clipboard

The partner ad format.

Link copied to clipboard

Unique request identifier for this load request.

Link copied to clipboard

The keywords to be passed to the partner.

Link copied to clipboard

The Chartboost Mediation placement associated with this ad.

Link copied to clipboard

The server-keyed identifier for a particular partner.

Link copied to clipboard

The partner placement or ad unit id or zone id or equivalent associated with this ad.

Link copied to clipboard

Publisher-supplied and server-provided parameters settings to be passed to the active adapter.