Simple Consent
Handle consent using AATKit simple consent
Introduction
Usage
RNAatkit.initWithConfiguration({
consent: {
"type": RNAatkit.ConsentType_SimpleConsent,
"nonIABConsent": RNAatkit.SimpleConsent_Obtained,
}
})Last updated