com.bitmovin.player.api.advertising.interstitials.tracking.macro
Types
| Name | Summary |
|---|---|
| InterstitialMacro | data class InterstitialMacro(val name: String, val values: List<String>) Represents a macro in interstitial tracking URLs that can be replaced with custom values. |
| InterstitialMacroValueProvider | fun interface InterstitialMacroValueProvider A callback used for dynamically providing values for macros in tracking URLs. This callback is invoked for each macro present in a URI before sending the HTTP request. |