AdSkipped

data class AdSkipped(ad: Ad?) : PlayerEvent

Emitted when an ad was skipped.

Constructors

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

Properties

Link copied to clipboard
val ad: Ad? = null

The Ad that was skipped.