HyperwalletCoordinatorFactory
public class HyperwalletCoordinatorFactory
Class responsible for deciding the coordinator required
-
Returns the previously initialized instance of the Hyperwallet UI SDK interface object
Declaration
Swift
public static var shared: HyperwalletCoordinatorFactory { get }
-
Based on the HyperwalletCoordinatorTypes, determines the coordinator to be returned, returns nil if the module has not been imported in the project
Declaration
Swift
public func getHyperwalletCoordinator(hyperwalletCoordinatorType: HyperwalletCoordinatorTypes) -> HyperwalletCoordinator?
Parameters
hyperwalletCoordinatorType
HyperwalletCoordinatorTypes
Return Value
The initialized coordinator class