WelcomeScreenOption

public enum WelcomeScreenOption

Describes different onboarding configuration options in onboarding process flow.

  • Application has not been configured, and should prompt the end user for their email address.

    Declaration

    Swift

    case discoveryService
  • Application has not been configured, and should prompt the end user to launch the Barcode Scanner to obtain connection settings.

    Declaration

    Swift

    case barcodeScanner