AdSkipped

data class AdSkipped(val ad: Ad? = null) : PlayerEvent

Emitted when an ad was skipped.

Constructors

Link copied to clipboard
constructor(ad: Ad? = null)

Properties

Link copied to clipboard
val ad: Ad? = null

The Ad that was skipped.