ConsentRecord
public struct ConsentRecord : Codable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public init(value: String, entryType: EntryType, consentType: ConsentState) -
Undocumented
Declaration
Swift
public var value: String -
Undocumented
Declaration
Swift
public var entryType: EntryType -
Undocumented
Declaration
Swift
public var consentType: ConsentState
ConsentRecord Structure Reference