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.
Properties
Link copied to clipboard
whether the player will auto-play content.
Link copied to clipboard
The AdContentTimePosition identifier.
Link copied to clipboard
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.