GDPRConsent
@objc(AASDKGDPROption)
public enum GDPRConsent : Int, CodableThe GDPR privacy policy.
- 
                  
                  The GDPR rules don’t apply. DeclarationSwift case notApplicable
- 
                  
                  The app hasn’t asked for the user’s consent yet. DeclarationSwift case notAsked
- 
                  
                  The user has granted consent. DeclarationSwift case granted
- 
                  
                  The user has denied consent. DeclarationSwift case denied
