TNConsent
@objcMembers
public class TNConsent : NSObject, Codable
Undocumented
-
Undocumented
Declaration
Swift
public let status: Bool
-
Undocumented
Declaration
Swift
public let reason: String?
-
Undocumented
Declaration
Swift
public let timestamp: String?
-
Undocumented
Declaration
Swift
public init(status: Bool, reason: String? = nil, timestamp: String? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws