com.bitmovin.player.api.advertising.vast.macro
VastMacro
data class VastMacro(val name: String, val values: List<String>) : Parcelable
Represents a VAST macro name and the associated values.
com.bitmovin.player.api.advertising.vast.macro
data class VastMacro(val name: String, val values: List<String>) : Parcelable
Represents a VAST macro name and the associated values.