FUIWelcomeControllerState
public enum FUIWelcomeControllerState : Int
Describes different onboarding states in onboarding process flow.
-
Application has not been configured, and does not use
FUIWelcomeScreenflow to obtain configuration.See also
SeeAlsoFUIWelcomeControllerConfigurationOptionfor possible configuration options set toconfigurationOptionsDeclaration
Swift
case notConfigured = 1 -
Application contains the necessary configurations to connect to mobile services, and should prompt user to Start.
Declaration
Swift
case isConfigured