AdScheduled

data class AdScheduled(val numberOfAds: Int) : PlayerEvent

Emitted when an ad was successfully scheduled into the player.

Constructors

Link copied to clipboard
constructor(numberOfAds: Int)

Properties

Link copied to clipboard

The total number of scheduled ads.