com.bitmovin.player.api.advertising.vast.macro
VastMacroContext
data class VastMacroContext(val scope: VastMacroScope) : Parcelable
Provides additional information when VAST macro values are processed in the VastMacroValueProvider.
Constructors
| VastMacroContext | constructor(scope: VastMacroScope) |
Properties
| Name | Summary |
|---|---|
| scope | val scope: VastMacroScope The scope of the currently provided macro. |