ExpirationDatePickerDelegate
public protocol ExpirationDatePickerDelegate : AnyObject
Method that you can use to manage the editing of the expiration date
-
Executed when the date is changed.
Declaration
Swift
func onDateChanged(month: String, year: String)
Parameters
month
Month
year
Year