UserConsentViewModel
public protocol UserConsentViewModel
Undocumented
-
Undocumented
Declaration
Swift
var userConsentForms: [UserConsentFormModel] { get }
-
didAllow
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var didAllow: ((Int) -> Void)? { get }
-
didDeny
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var didDeny: ((Int, Bool) -> Void)? { get }
-
didCancel
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var didCancel: ((Int) -> Void)? { get }
-
didFinish
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var didFinish: (([Int]) -> Void)? { get }