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

    Interface AdsConsentInfoOptions

    The options used when requesting consent information.

    interface AdsConsentInfoOptions {
        debugGeography?: AdsConsentDebugGeography;
        tagForUnderAgeOfConsent?: boolean;
        testDeviceIdentifiers?: string[];
    }
    Index
    debugGeography?: AdsConsentDebugGeography

    Sets the debug geography to locally test consent.

    tagForUnderAgeOfConsent?: boolean

    Set to true to provide the option for the user to accept being shown personalized ads, defaults to false.

    testDeviceIdentifiers?: string[]

    An array of test device IDs to allow.