Overview
Set the PrimerCardComponentsManagerListener
in order to receive different callbacks from Primer SDK.
onCardValidationChanged
This method will return whether the card form managed by the manager is valid.
1
fun onCardValidationChanged(isCardFormValid: Boolean)
kotlin
copy
Parameters
isCardFormValidBooleanRequired
Returns true
in case the entered form data is valid, otherwise false
.