AdSource

data class AdSource(type: AdSourceType, tag: String) : Parcelable

Represents an ad source which can be assigned to an AdItem. An AdItem can have multiple AdSources as waterfalling option.

Constructors

Link copied to clipboard
fun AdSource(type: AdSourceType, tag: String)

Properties

Link copied to clipboard
val tag: String

The ad tag / url to the ad manifest.

Link copied to clipboard
val type: AdSourceType

The AdSourceType of this AdSource.