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)