FUIWelcomeControllerConfigurationOption
public struct FUIWelcomeControllerConfigurationOption : OptionSet
Describes different onboarding configuration options in onboarding process flow.
Note
Note The property would be ignored if state
is isConfigured
Note
Note The property should be set to [.discoveryService, .barcodeScanner]
for the following user case:
When application has not been configured, and should prompt the end user to pick between email address entry, or the Barcode Scanner, to obtain connection settings.
-
Application has not been configured, and should prompt the end user for their email address.
The application connection configurations should be deployed to the SAP Discovery Service
Declaration
Swift
public static let discoveryService: FUIWelcomeControllerConfigurationOption
-
Application has not been configured, and should prompt the end user to launch the Barcode Scanner to obtain connection settings.
Declaration
Swift
public static let barcodeScanner: FUIWelcomeControllerConfigurationOption