FfiConsent
public struct FfiConsent
extension FfiConsent: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var entityType: FfiConsentEntityType
-
Undocumented
Declaration
Swift
public var state: FfiConsentState
-
Undocumented
Declaration
Swift
public var entity: String
-
Undocumented
Declaration
Swift
public init(entityType: FfiConsentEntityType, state: FfiConsentState, entity: String)
-
Declaration
Swift
public static func == (lhs: FfiConsent, rhs: FfiConsent) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)