CardFormViewControllerDelegate
@objc(PAYCardFormViewControllerDelegate)
public protocol CardFormViewControllerDelegate
CardFormViewController delegate.
-
Callback when card form operation is completed.
Declaration
Swift
func cardFormViewController(_: CardFormViewController, didCompleteWith result: CardFormResult)Parameters
resultCardFormResult
-
Callback when creating token is completed.
Declaration
Swift
func cardFormViewController(_: CardFormViewController, didProduced token: Token, completionHandler: @escaping (Error?) -> Void)Parameters
tokentoken created by card form
completionHandlercompletion action
View on GitHub