AdSource

data class AdSource(val type: AdSourceType, val 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
constructor(type: AdSourceType, tag: String)

Properties

Link copied to clipboard
val tag: String

The ad tag / url to the ad manifest.

Link copied to clipboard