AdManifestLoaded

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

Emitted when an ad manifest was successfully loaded.

Constructors

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

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.
downloadTime
Link copied to clipboard
val downloadTime: Long
How long it took for the ad tag to be downloaded in milliseconds.

Inherited properties

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