AdManifestLoad

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

Emitted when the download of an ad manifest is started.

Constructors

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

Properties

Link copied to clipboard
val adBreak: AdBreak? = null

The AdBreak this event is related to.

Link copied to clipboard
val adConfig: AdConfig

The AdConfig of the loaded ad manifest.