AdManifestLoaded

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

Emitted when an ad manifest was successfully loaded.

Constructors

Link copied to clipboard
fun AdManifestLoaded(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
val adConfig: AdConfig

The AdConfig of the loaded ad manifest.

Link copied to clipboard
val downloadTime: Long

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