AdSkipped

data class AdSkipped(ad: Ad?) : PlayerEvent

Emitted when an ad was skipped.

Constructors

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

Properties

ad
Link copied to clipboard
val ad: Ad? = null
The Ad that was skipped.

Inherited properties

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