Added
- Add support for textContentType and inputAccessoryView properties in
AccessCheckoutUITextField
- Add new method
setOnFocusChangedListener
onAccessCheckoutUITextField
to listen to focus changes
Fixed
- Fix validation behaviour to align with other Worldpay Mobile SDKs to ensure a consistent user-experience accross Worldpay SDKs. The SDK used to raise the first invalid validation event for Pan, Expiry date and Cvc as soon as the first digit is typed. The SDK will now raise the first invalid validation event only at the time where the focus is removed from the field and if the data entered is invalid.