CardViewControllerDelegate
public protocol CardViewControllerDelegate : AnyObject
Method that you can use to manage the editing of the expiration date.
-
Executed when an user tap on the done button.
Declaration
Swift
func onTapDone(controller: CardViewController, card: CkoCardTokenRequest)
Parameters
controller
card
Card entered by the user