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

    Interface OptiViewAdsSessionSnapshot

    Stable, observable state of a managed ads session.

    interface OptiViewAdsSessionSnapshot {
        error: unknown;
        status: OptiViewAdsSessionStatus;
    }
    Index
    error: unknown

    Startup or cleanup failure, or null when no failure has occurred.

    Current lifecycle state, independent of any React component.