Simple Consent
Handle consent using AATKit simple consent
Introduction
Usage
AATKitConfiguration aatkitConfiguration = new AATKitConfiguration
{
ConsentRequired = true,
Consent = new AATKitConsent()
{
Type = AATKitConsent.ConsentTypes.Simple,
NonIABConsent = AATKitConsent.NonIABConsentType.Obtained
}
};Last updated