FUIWelcomeControllerDelegate
@objc
public protocol FUIWelcomeControllerDelegate
This protocol provides method for handling button actions on a FUIWelcomeScreen view.
-
Handling
primaryActionButtontouch up inside action on a FUIWelcomeScreen view forstateis.notConfiguredandconfigurationOptionsis[.discoveryService, barcodeScanner].Declaration
Swift
@objc optional func welcomeController(_ welcomeController: FUIWelcomeController, willNavigateToActivationScreen activationScreen: FUIActivationScreen)Parameters
_FUIWelcomeController instance
willNavigateToActivationScreenFUIActivationScreen instance
-
Handling
primaryActionButtontouch up inside action on a FUIWelcomeScreen view forstateis.notConfiguredandconfigurationOptionsis.discoveryService.Declaration
Swift
@objc optional func welcomeController(_ welcomeController: FUIWelcomeController, shouldTryUserEmail userEmail: String)Parameters
_FUIWelcomeController instance
shouldTryUserEmailuser email entered
-
Handling
primaryActionButtontouch up inside action on a FUIWelcomeScreen view forstateis.notConfiguredandconfigurationOptionsis.barcodeScanner.Declaration
Swift
@objc optional func welcomeController(_ welcomeController: FUIWelcomeController, willNavigateToScannerScreen scanController: FUIOnboardingScanViewController)Parameters
_FUIWelcomeController instance
willNavigateToScannerScreenFUIOnboardingScanViewController instance
-
Handling
primaryActionButtontouch up inside action on a FUIWelcomeScreen view forstateis.notConfiguredandconfigurationOptionsis.barcodeScanner. -
Handling
footnoteActionButtontouch up inside action on a FUIWelcomeScreen view forstateis.notConfiguredwith anyconfigurationOptionsvalue set.Declaration
Swift
@objc optional func didSelectDemoMode(_ welcomeController: FUIWelcomeController)Parameters
_FUIWelcomeController instance
-
Handling primaryActionButton touch up inside action on a FUIWelcomeScreen view for
stateis.isConfigured.Declaration
Swift
@objc optional func shouldContinueUserOnboarding(_ welcomeController: FUIWelcomeController)Parameters
_FUIWelcomeController instance