FUIModalCheckoutViewControllerDelegate
public protocol FUIModalCheckoutViewControllerDelegate : AnyObject
Delegate protocol for classes that need to be informed of user interaction with FUIModalCheckoutViewController.
-
Called when the user pressed the Done button and the view controller should be dismissed.
Declaration
Swift
func cancelTapped(onController controller: FUIModalCheckoutViewController)
Parameters
controller
the controller that should be dismissed.