UserConsentView
public struct UserConsentView<UserConsentForms> where UserConsentForms : IndexedViewContainer
extension UserConsentView: View
Undocumented
-
Undocumented
Declaration
Swift
public init( @IndexedViewBuilder userConsentForms: () -> UserConsentForms, didAllow: ((Int) -> Void)? = nil, didDeny: ((Int, Bool) -> Void)? = nil, didCancel: ((Int) -> Void)? = nil, didFinish: (([Int]) -> Void)? = nil )
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public init(model: UserConsentViewModel)
-
Undocumented
Declaration
Swift
public init(userConsentForms: [UserConsentFormModel] = [], didAllow: ((Int) -> Void)? = nil, didDeny: ((Int, Bool) -> Void)? = nil, didCancel: ((Int) -> Void)? = nil, didFinish: (([Int]) -> Void)? = nil)