WelcomeScreenState

public enum WelcomeScreenState

Describes different onboarding states in onboarding process flow.

  • Application has not been configured, and does not use WelcomeScreen flow to obtain configuration.

    Declaration

    Swift

    case notConfigured
  • Application contains the necessary configurations to connect to mobile services, and should prompt user to Start.

    Declaration

    Swift

    case isConfigured