UNPKG

react-native-appodeal

Version:

React Native Module created to support Appodeal SDK for iOS and Android platforms

17 lines (15 loc) 290 B
/** * Appodeal Consent Types * * Contains all consent-related type definitions for GDPR compliance * and user privacy management. */ /** * Consent status for GDPR compliance */ export enum AppodealConsentStatus { UNKNOWN = 0, REQUIRED = 1, NOT_REQUIRED = 2, OBTAINED = 3, }