Screen

public enum Screen

Represent the different screens in the UI flows

  • Screen to enter identifier for password login method was viewed

    Declaration

    Swift

    case passwordIdentificationForm
  • Screen to enter identifier for passwordless login method was viewed

    Declaration

    Swift

    case passwordlessIdentificationForm
  • Screen to enter password was viewed

    Declaration

    Swift

    case passwordInput
  • Screen to verify passworldess identifier was viewed

    Declaration

    Swift

    case passwordlessInput
  • Terms and conditions screen was viewed

    Declaration

    Swift

    case terms
  • Information screen to check email for verification link is shown

    Declaration

    Swift

    case accountVerification
  • Screen to enter required fields is shown

    Declaration

    Swift

    case requiredFieldsForm
  • A popup screen

    Declaration

    Swift

    case popup(Popup)
  • The various popup screens

    See more

    Declaration

    Swift

    public enum Popup