PartnerAdLoadRequest

data class PartnerAdLoadRequest(val partnerId: String, val chartboostPlacement: String, val partnerPlacement: String, val size: Size?, val format: AdFormat, val adm: String?, val identifier: String, val partnerSettings: Map<String, String>, val adInteractionListener: AdInteractionListener, val isAdaptiveBanner: Boolean = false)

Constructors

Link copied to clipboard
constructor(partnerId: String, chartboostPlacement: String, partnerPlacement: String, size: Size?, format: AdFormat, adm: String?, identifier: String, partnerSettings: Map<String, String>, adInteractionListener: AdInteractionListener, isAdaptiveBanner: Boolean = false)

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

The Chartboost placement associated with this ad.

Link copied to clipboard

The ad format.

Link copied to clipboard

Unique request identifier for this load request.

Link copied to clipboard

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

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. This feature currently only forwards server data. Local/publisher data needs top-level support.

Link copied to clipboard
val size: Size?

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