AdSource
data class AdSource @JvmOverloads constructor(val type: AdSourceType, val tag: String, val vastLoadTimeout: Double = 8.0) : Parcelable
Represents an ad source which can be assigned to an AdItem. An AdItem can have multiple AdSources as waterfalling option.
Properties
Link copied to clipboard
The AdSourceType of this AdSource.
Link copied to clipboard
The amount of seconds until the VAST loading is canceled after the download request started.