OptiView Ads SDK for React Native
    Preparing search index...

    Interface OptiViewAdsDebugEvent

    Event summary without URLs, error messages or raw payloads.

    interface OptiViewAdsDebugEvent {
        id: number;
        timestamp: number;
        type:
            | "adbreakbegin"
            | "adbreakend"
            | "adbegin"
            | "adend"
            | "aderror"
            | "adfirstquartile"
            | "admidpoint"
            | "adthirdquartile"
            | "adclick"
            | "adchannelchange";
    }
    Index
    id: number

    Monotonic ID within this hook instance.

    timestamp: number

    Local receipt time in Unix milliseconds.

    type:
        | "adbreakbegin"
        | "adbreakend"
        | "adbegin"
        | "adend"
        | "aderror"
        | "adfirstquartile"
        | "admidpoint"
        | "adthirdquartile"
        | "adclick"
        | "adchannelchange"

    Lifecycle event name; progress ticks are excluded.