ActivationScreenModel
public protocol ActivationScreenModel : DescriptionTextComponent, FootnoteComponent, TitleComponent
Undocumented
-
action
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var action: _ActionModel? { get }
-
secondaryAction
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var secondaryAction: _ActionModel? { get }
-
textInput
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var textInput: TextInputModel? { get }