Package-level declarations

Types

Link copied to clipboard

Callback invoked to map interstitial custom attributes to e.g. tracking URLs. See InterstitialsConfig.customAttributesMapping for more implementation details.

Object for mapping custom attributes to interstitial related information such as tracking events.

Link copied to clipboard
sealed interface InterstitialMappingData

Interface providing access to custom attributes from interstitial metadata.

Link copied to clipboard
data class InterstitialsConfig(val customAttributesMapping: CustomAttributesMappingHandler? = null, val macroValueProvider: InterstitialMacroValueProvider? = null) : Parcelable

Configuration for HLS interstitials functionality.