OptiView Ads SDK
    Preparing search index...

    Interface BreakWarningsConfig

    Pre-break warnings: seconds before a break at which adbreakstatus fires with phase: 'upcoming'. Once per threshold; pre-rolls are skipped.

    interface BreakWarningsConfig {
        seconds?: number[];
    }
    Index
    seconds?: number[]

    Seconds before a non-pre-roll break to fire warnings. Normalised to positive integers, deduplicated, sorted.

    []