AdManifestLoad

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

Emitted when the download of an ad manifest is started.

Constructors

Link copied to clipboard
constructor(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

The AdConfig of the loaded ad manifest.