AdLinearityChanged

data class AdLinearityChanged(isLinear: Boolean) : PlayerEvent

Emitted when the linearity of a VPAID ad changes.

Constructors

AdLinearityChanged
Link copied to clipboard
fun AdLinearityChanged(isLinear: Boolean)

Properties

isLinear
Link copied to clipboard
val isLinear: Boolean
Whether the ad is linear.

Inherited properties

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