EULAView
Undocumented
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, @ViewBuilder action: () -> ActionView, @ViewBuilder secondaryAction: () -> SecondaryActionView, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Declaration
Swift
public var body: some View { get }
Available where Title
== Text
, BodyAttributedText
== _ConditionalContent<AttributedText
, EmptyView
>, ActionView
== _ConditionalContent<_Action
, EmptyView
>, SecondaryActionView
== _ConditionalContent<_Action
, EmptyView
>, CancelActionView
== _ConditionalContent<_Action
, EmptyView
>
-
Undocumented
Declaration
Swift
public init(model: EULAViewModel)
-
Undocumented
Declaration
Swift
public init(title: String, bodyAttributedText: NSAttributedString? = nil, action: _Action? = _Action(model: _AgreeActionDefault()), secondaryAction: _Action? = _Action(model: _DisagreeActionDefault()), cancelAction: _Action? = _Action(model: _CancelActionDefault()), didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil)
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder action: () -> ActionView, @ViewBuilder secondaryAction: () -> SecondaryActionView, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, @ViewBuilder secondaryAction: () -> SecondaryActionView, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, @ViewBuilder action: () -> ActionView, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, @ViewBuilder action: () -> ActionView, @ViewBuilder secondaryAction: () -> SecondaryActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder secondaryAction: () -> SecondaryActionView, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder action: () -> ActionView, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder action: () -> ActionView, @ViewBuilder secondaryAction: () -> SecondaryActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, @ViewBuilder secondaryAction: () -> SecondaryActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, @ViewBuilder action: () -> ActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder cancelAction: () -> CancelActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder secondaryAction: () -> SecondaryActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder action: () -> ActionView, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, @ViewBuilder bodyAttributedText: () -> BodyAttributedText, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )
-
Undocumented
Declaration
Swift
public init( @ViewBuilder title: () -> Title, didAgree: (() -> Void)? = nil, didDisagree: (() -> Void)? = nil, didCancel: (() -> Void)? = nil )