isConsentOptIn
Overview
Returns "consent opt-in status" returned by our server rules. Only returns meaningful information after the rules are downloaded.
Syntax
isConsentOptIn()
Parameters:
Boolean - Consent opt-in status
Examples
AATKitCordova.isConsentOptIn((isConsentOptIn) => {
console.log("isConsentOptIn " + isConsentOptIn);
});
Last updated