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

    Interface OptiViewAdsDebugDetails

    Current ad metadata and sampled presentation state.

    interface OptiViewAdsDebugDetails {
        adId?: string;
        assetId?: string;
        breakStatus?: AdBreakStatus;
        channelId?: string;
        creativeId?: string;
        presentation?: RnPresentationState;
        sdkVersion?: string;
    }
    Index
    adId?: string

    Current ad ID, when available.

    assetId?: string

    Current manifest asset ID.

    breakStatus?: AdBreakStatus

    Latest sampled break status.

    channelId?: string

    Most recently observed channel.

    creativeId?: string

    Current creative ID, when available.

    presentation?: RnPresentationState

    Latest sampled presentation state.

    sdkVersion?: string

    SDK version from its diagnostic report.