AdScheduled

data class AdScheduled(numberOfAds: Int) : PlayerEvent

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

Constructors

Link copied to clipboard
fun AdScheduled(numberOfAds: Int)

Properties

Link copied to clipboard
val numberOfAds: Int

The total number of scheduled ads.