react-native-google-mobile-ads
    Preparing search index...

    Type Alias AdapterResponseInfoBase

    Fields every waterfall row reports, whether or not that row failed. Latency on failed rows is what makes waterfall debugging useful, so these are never dropped in the error case.

    type AdapterResponseInfoBase = {
        adapterClassName: string;
        adSourceId: string | null;
        adSourceInstanceId: string | null;
        adSourceInstanceName: string | null;
        adSourceName: string | null;
        latencyMillis: number;
    }
    Index
    adapterClassName: string
    adSourceId: string | null
    adSourceInstanceId: string | null
    adSourceInstanceName: string | null
    adSourceName: string | null
    latencyMillis: number