Delegates
-
Method that you can use to handle when the user press done to save the address.
See moreDeclaration
Swift
public protocol AddressViewControllerDelegate : AnyObject
-
Method that you can use to handle the card number changes.
See moreDeclaration
Swift
public protocol CardNumberInputViewDelegate : AnyObject
-
Method that you can use to manage the editing of the expiration date.
See moreDeclaration
Swift
public protocol CardViewControllerDelegate : AnyObject
-
Method that you can use to handle the country selection by the user
See moreDeclaration
Swift
public protocol CountrySelectionViewControllerDelegate : AnyObject
-
Methods used to handle action on the cvv confirmation page
See moreDeclaration
Swift
public protocol CvvConfirmationViewControllerDelegate : AnyObject
-
Method that you can use to manage the editing of the expiration date
See moreDeclaration
Swift
public protocol ExpirationDatePickerDelegate : AnyObject
-
Methods to handle the response in the 3ds web view
See moreDeclaration
Swift
public protocol ThreedsWebViewControllerDelegate : AnyObject