ActivationScreenModel

public protocol ActivationScreenModel : DescriptionTextComponent, FootnoteComponent, TitleComponent

Undocumented

  • action Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var action: _ActionModel? { get }
  • secondaryAction Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var secondaryAction: _ActionModel? { get }
  • textInput Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var textInput: TextInputModel? { get }