BreakWarningsConfig

data class BreakWarningsConfig(val seconds: List<Double> = emptyList())

Pre-break warnings (OptiViewAdsConfig.breakWarnings): the SDK emits an adbreakstatus event with phase = upcoming at each threshold.

Constructors

Link copied to clipboard
constructor(seconds: List<Double> = emptyList())

Properties

Link copied to clipboard

Seconds before a break start at which to warn; empty means no warnings.