UNPKG

react-native-google-mobile-ads

Version:

React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.

18 lines 508 B
/** * AdsConsentPrivacyOptionsRequirementStatus enum. */ export declare enum AdsConsentPrivacyOptionsRequirementStatus { /** * Unknown consent status, AdsConsent.requestInfoUpdate needs to be called to update it. */ UNKNOWN = "UNKNOWN", /** * User consent required but not yet obtained. */ REQUIRED = "REQUIRED", /** * User consent not required. */ NOT_REQUIRED = "NOT_REQUIRED" } //# sourceMappingURL=AdsConsentPrivacyOptionsRequirementStatus.d.ts.map