AdManifestLoaded

data class AdManifestLoaded(val adConfig: AdConfig, val adBreak: AdBreak? = null, val downloadTime: Long) : PlayerEvent

Emitted when an ad manifest was successfully loaded.

Constructors

Link copied to clipboard
constructor(adConfig: AdConfig, adBreak: AdBreak? = null, downloadTime: Long)

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.

Link copied to clipboard

How long it took for the ad tag to be downloaded in milliseconds.