AdManifestLoad

data class AdManifestLoad(adConfig: AdConfig, adBreak: AdBreak?) : PlayerEvent

Emitted when the download of an ad manifest is started.

Constructors

AdManifestLoad
Link copied to clipboard
fun AdManifestLoad(adConfig: AdConfig, adBreak: AdBreak? = null)

Properties

adBreak
Link copied to clipboard
val adBreak: AdBreak? = null
The AdBreak this event is related to.
adConfig
Link copied to clipboard
val adConfig: AdConfig
The AdConfig of the loaded ad manifest.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.