CardNumberInputViewDelegate
public protocol CardNumberInputViewDelegate : AnyObject
Method that you can use to handle the card number changes.
-
Called when the card number changed.
Declaration
Swift
func onChangeCardNumber(cardType: CardType?)
Parameters
cardType
Type of the card number.
-
Tells the delegate that editing stopped for the text field in the specified view.
Declaration
Swift
func textFieldDidEndEditing(view: UIView)
Parameters
view
View containing the text field