User
public struct User : Codable
Undocumented
-
Undocumented
Declaration
Swift
public let key: String -
Undocumented
Declaration
Swift
public let blockedItems: [String : AnyCodable] -
Undocumented
Declaration
Swift
public let interests: [String] -
Undocumented
Declaration
Swift
public let custom: [String : AnyCodable] -
Undocumented
Declaration
Swift
public let optOut: Bool -
Indicates the user’s current value for GDPR consent.
Declaration
Swift
public let consent: Consent?
View on GitHub
User Structure Reference