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

    Type Alias AdPoolConfig

    type AdPoolConfig = {
        adServer?: "ad-manager" | "admob";
        adUnitId: string;
        bannerSizes?: MultiFormatAdRequestOptions["bannerSizes"];
        bufferSize?: number;
        formats: AdFormat[];
        mediation?: "unknown" | "known-enabled" | "known-disabled";
        pollTimeoutMillis?: number;
        poolId: string;
        requestOptions?: RequestOptions;
        stalenessWindowMillis?: number;
    }
    Index
    adServer?: "ad-manager" | "admob"
    adUnitId: string
    bannerSizes?: MultiFormatAdRequestOptions["bannerSizes"]
    bufferSize?: number
    formats: AdFormat[]
    mediation?: "unknown" | "known-enabled" | "known-disabled"
    pollTimeoutMillis?: number
    poolId: string
    requestOptions?: RequestOptions
    stalenessWindowMillis?: number

    Publisher staleness window in milliseconds. When omitted, the pool applies Google's published guidance for the format (four hours for app open, one hour otherwise) and records that source on each handed-out ad. Not the SDK's cache timeout.