Consent
public struct Consent : Codable
Undocumented
-
Indicates the user has provided consent per GDPR.
Declaration
Swift
public let gdpr: Bool? -
Undocumented
Declaration
Swift
public init(gdpr: Bool)
View on GitHub
Consent Structure Reference