react-native-appodeal
Version:
React Native Module created to support Appodeal SDK for iOS and Android platforms
16 lines • 354 B
TypeScript
/**
* Appodeal Consent Types
*
* Contains all consent-related type definitions for GDPR compliance
* and user privacy management.
*/
/**
* Consent status for GDPR compliance
*/
export declare enum AppodealConsentStatus {
UNKNOWN = 0,
REQUIRED = 1,
NOT_REQUIRED = 2,
OBTAINED = 3
}
//# sourceMappingURL=AppodealConsentTypes.d.ts.map