CheckoutSheet class
Methods
Methods | Type | Description |
|---|---|---|
init(configuration: CheckoutConfiguration) | Void | Instantiate |
getCheckoutViewController() -> UIViewController? | UIViewController | Return the contents of |
getCheckoutEventPublisher() -> CheckoutEventPublisher | CheckoutEventPublisher | Returns |
getUserEventPublisher() -> UserEventPublisher | UserEventPublisher | Returns |
present(url: String = "", force: Bool = false, viewController: UIViewController? = UIApplication.shared.rootViewController()) | Void | Presents the Optional Optional Optional |
dismiss(animated: Bool = true, completion: (() -> Void)? = nil) | Void | Dismisses the |
destroy() | Void | Destroys the |
Updated 8 months ago
