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, cardToken: CkoCardTokenResponse?, status: CheckoutTokenStatus)
Parameters
controller
card
Card entered by the user
-
Undocumented
Declaration
Swift
func onSubmit(controller: CardViewController)