react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
20 lines • 440 B
TypeScript
/**
* AdsConsentDebugGeography enum.
*
* Used to set a mock location when testing the `AdsConsent` helper.
*/
export declare enum AdsConsentDebugGeography {
/**
* Disable any debug geography.
*/
DISABLED = 0,
/**
* Sets the location to within the EEA.
*/
EEA = 1,
/**
* Sets the location to outside of the EEA.
*/
NOT_EEA = 2
}
//# sourceMappingURL=AdsConsentDebugGeography.d.ts.map