AdErrorEvent
data class AdErrorEvent(val source: PlaybackSource, val break_: Break?, val assetId: String?, val error: Throwable, val timestamp: Long, val format: BreakFormat? = null, val asset: Asset? = null) : OptiViewAdsEvent
Playback failed. Emitted for both the content player and the SDK's ad player; source tells them apart. An ad error is not fatal: the SDK skips the asset and continues the break or resumes content.
Constructors
Link copied to clipboard
constructor(source: PlaybackSource, break_: Break?, assetId: String?, error: Throwable, timestamp: Long, format: BreakFormat? = null, asset: Asset? = null)