FUIWelcomeControllerDelegate
@objc
public protocol FUIWelcomeControllerDelegate
This protocol provides method for handling button actions on a FUIWelcomeScreen view.
-
Handling
primaryActionButton
touch up inside action on a FUIWelcomeScreen view forstate
is.notConfigured
andconfigurationOptions
is[.discoveryService, barcodeScanner]
.Declaration
Swift
@objc optional func welcomeController(_ welcomeController: FUIWelcomeController, willNavigateToActivationScreen activationScreen: FUIActivationScreen)
Parameters
_
FUIWelcomeController instance
willNavigateToActivationScreen
FUIActivationScreen instance
-
Handling
primaryActionButton
touch up inside action on a FUIWelcomeScreen view forstate
is.notConfigured
andconfigurationOptions
is.discoveryService
.Declaration
Swift
@objc optional func welcomeController(_ welcomeController: FUIWelcomeController, shouldTryUserEmail userEmail: String)
Parameters
_
FUIWelcomeController instance
shouldTryUserEmail
user email entered
-
Handling
primaryActionButton
touch up inside action on a FUIWelcomeScreen view forstate
is.notConfigured
andconfigurationOptions
is.barcodeScanner
.Declaration
Swift
@objc optional func welcomeController(_ welcomeController: FUIWelcomeController, willNavigateToScannerScreen scanController: FUIOnboardingScanViewController)
Parameters
_
FUIWelcomeController instance
willNavigateToScannerScreen
FUIOnboardingScanViewController instance
-
Handling
primaryActionButton
touch up inside action on a FUIWelcomeScreen view forstate
is.notConfigured
andconfigurationOptions
is.barcodeScanner
. -
Handling
footnoteActionButton
touch up inside action on a FUIWelcomeScreen view forstate
is.notConfigured
with anyconfigurationOptions
value set.Declaration
Swift
@objc optional func didSelectDemoMode(_ welcomeController: FUIWelcomeController)
Parameters
_
FUIWelcomeController instance
-
Handling primaryActionButton touch up inside action on a FUIWelcomeScreen view for
state
is.isConfigured
.Declaration
Swift
@objc optional func shouldContinueUserOnboarding(_ welcomeController: FUIWelcomeController)
Parameters
_
FUIWelcomeController instance