AdBreakEndEvent

data class AdBreakEndEvent(val break_: Break, val timestamp: Long, val format: BreakFormat? = null) : OptiViewAdsEvent

An ad break ends and content resumes.

Constructors

Link copied to clipboard
constructor(break_: Break, timestamp: Long, format: BreakFormat? = null)

Properties

Link copied to clipboard

The break that ended.

Link copied to clipboard

Declared format of the break's selected variant (PLAYG-182).

Link copied to clipboard
open override val timestamp: Long

When the event was emitted, in milliseconds since the Unix epoch.

Link copied to clipboard
open override val type: OptiViewAdsEventType

Which event this is.