Extensions

data class Extensions(val clickFallbackImages: List<IconClickFallbackImage> = emptyList())

Represents the custom VAST extensions properties.

Constructors

Link copied to clipboard
constructor(clickFallbackImages: List<IconClickFallbackImage> = emptyList())

Properties