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

    Interface UseOptiViewAdsDebugOptions

    Opt-in debug observation; never controls playback or owns the connector.

    interface UseOptiViewAdsDebugOptions {
        connector: OptiViewAdsConnector | null;
        enabled?: boolean;
        maxEvents?: number;
        status?: "idle" | OptiViewAdsSessionStatus;
    }
    Index
    connector: OptiViewAdsConnector | null

    Connector to observe, or null while disconnected.

    enabled?: boolean

    Enables automatic subscriptions and polling. Defaults to true.

    maxEvents?: number

    Newest-first history limit, clamped to 0–1000. Defaults to 50.

    status?: "idle" | OptiViewAdsSessionStatus

    Polls once per second only while active. Defaults to active.