AdScheduled

data class AdScheduled(numberOfAds: Int) : PlayerEvent

Emitted when an ad manifest was successfully downloaded, parsed and added into the ad break schedule.

Constructors

AdScheduled
Link copied to clipboard
fun AdScheduled(numberOfAds: Int)

Properties

numberOfAds
Link copied to clipboard
val numberOfAds: Int
The total number of scheduled ads.

Inherited properties

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