Native

data class Native(val adapterIdentity: <Error class: unknown class>, val parameters: Map<String, String> = emptyMap()) : BidderTokenRequestConfiguration

Configuration for native ad bidder token requests.

Constructors

Link copied to clipboard
constructor(adapterIdentity: <Error class: unknown class>, parameters: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
open override val adapterIdentity: <Error class: unknown class>

Identity of the adapter.

Link copied to clipboard
val adType: <Error class: unknown class>

Type of the ad for this configuration.

Link copied to clipboard

Banner ad size. Only applicable for Banner configuration, null for other types.

Link copied to clipboard
open override val parameters: Map<String, String>

Additional custom parameters.