FUIWelcomeControllerState

public enum FUIWelcomeControllerState : Int

Describes different onboarding states in onboarding process flow.

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

    See also

    SeeAlso FUIWelcomeControllerConfigurationOption for possible configuration options set to configurationOptions

    Declaration

    Swift

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

    Declaration

    Swift

    case isConfigured