Interstitial

data class Interstitial(val id: String, val customAttributes: Map<String, String>) : InterstitialMappingData

Provides access to interstitial-level metadata and custom attributes.

Contains information from the HLS manifest DATE-RANGE tag that defines the interstitial.

Constructors

Link copied to clipboard
constructor(id: String, customAttributes: Map<String, String>)

Properties

Link copied to clipboard
open override val customAttributes: Map<String, String>

Custom attributes from the DATE-RANGE tag (X- prefixed properties).

Link copied to clipboard
val id: String

The unique identifier of the interstitial.