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