OptiView Ads SDK
    Preparing search index...

    Interface AdBreakStatusEvent

    Emitted when the current or upcoming break's status changes; carries a full AdBreakStatus.

    interface AdBreakStatusEvent {
        status: AdBreakStatus;
        timestamp: number;
        type: "adbreakstatus";
    }

    Hierarchy (View Summary)

    Index
    timestamp: number
    type: "adbreakstatus"