public interface CardInputListener
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CardInputListener.FocusField |
| Modifier and Type | Method and Description |
|---|---|
void |
onCardComplete()
Called when a potentially valid card number has been completed in the
CardNumberEditText. |
void |
onCvcComplete()
Called when a potentially valid CVC has been entered.
|
void |
onExpirationComplete()
Called when a expiration date (one that has not yet passed) has been entered.
|
void |
onFocusChange(java.lang.String focusField)
Called whenever the field of focus within the widget changes.
|
void |
onPostalCodeComplete()
Called when a potentially valid postal code or zip code has been entered.
|
void onFocusChange(java.lang.String focusField)
focusField - a CardInputListener.FocusField to which the focus has just changed.void onCardComplete()
CardNumberEditText. May be called multiple times if the user edits
the field.void onExpirationComplete()
void onCvcComplete()
void onPostalCodeComplete()