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

    Interface UseOptiViewAdsDebugResult

    Debug data with explicit history clearing and report export.

    interface UseOptiViewAdsDebugResult {
        clearEvents: () => void;
        details: OptiViewAdsDebugDetails;
        events: readonly OptiViewAdsDebugEvent[];
        exportDiagnostics: () => Promise<DiagnosticReport | null>;
    }
    Index
    clearEvents: () => void

    Clears event history without changing playback or metadata.

    Current metadata; reset when observation changes or is disabled.

    events: readonly OptiViewAdsDebugEvent[]

    Bounded event summaries, newest first.

    exportDiagnostics: () => Promise<DiagnosticReport | null>

    Exports on demand, even when automatic observation is disabled; null without a connector.