abstract fun loadAd(url: String): UnitIs called when a new advertising media should be loaded. Playback should be starting immediately after load. Seeking of the media should not be possible.
abstract fun loadAd(url: String, closedCaptions: List<SxClosedCaption> = emptyList()): Unit
Is called when a new advertising media should be loaded. Playback should be starting immediately after load. Seeking of the media should not be possible.
closedCaptions - List of SxClosedCaptions for the given url.