AdQuartile

data class AdQuartile(quartile: AdQuartile) : PlayerEvent

Emitted when the playback of an ad has progressed over a quartile boundary.

Constructors

AdQuartile
Link copied to clipboard
fun AdQuartile(quartile: AdQuartile)

Properties

quartile
Link copied to clipboard
val quartile: AdQuartile
The AdQuartile boundary that playback has progressed over.

Inherited properties

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