VASTProperties

data class VASTProperties(val skipOffset: Long? = null, val isAutoPlay: Boolean = false, val position: AdContentTimePosition)

Represents key VAST properties to be shared with all registered verification providers.

Constructors

Link copied to clipboard
constructor(skipOffset: Long? = null, isAutoPlay: Boolean = false, position: AdContentTimePosition)

Properties

Link copied to clipboard
val isAutoPlay: Boolean = false

whether the player will auto-play content.

Link copied to clipboard
Link copied to clipboard
val skipOffset: Long? = null

The number of seconds before the skip button is presented. This value is mandatory for skippable video ad placement only and is null, by default, for non-skippable video ad placement.