HyperwalletCoordinator
public protocol HyperwalletCoordinator
Protocol to start/navigate Hyperwallet UI SDK flow
-
Apply Theme
Declaration
Swift
func applyTheme()
-
Get the current Controller class for the Coordinator
Declaration
Swift
func getController() -> UITableViewController
-
Navigate to the flow
Declaration
Swift
func navigate()
-
Navigate to next page from the current flow
Declaration
Swift
func navigateToNextPage(initializationData: [InitializationDataField : Any]?)
-
Navigate back from the next page to either current flow or parent flow.
Declaration
Swift
func navigateBackFromNextPage(with response: Any)
-
Start the coordinator
Declaration
Swift
func start(initializationData: [InitializationDataField : Any]?, parentController: UIViewController)