UNPKG

@adobe/react-native-aepedgeconsent

Version:

Adobe Experience Platform Consent Collection extension for AEP Mobile SDK. Written and maintained by Adobe.

8 lines (7 loc) 231 B
interface IConsent { extensionVersion: () => Promise<string>; update: (consents: Record<string, any>) => void; getConsents: () => Promise<Record<string, any>>; } declare const Consent: IConsent; export default Consent;