Interface | Description |
---|---|
CardInputWidget.CardInputListener |
Represents a listener for card input events.
|
StripeEditText.AfterTextChangedListener | |
StripeEditText.DeleteEmptyListener |
A class that can listen for when the user attempts to delete the empty string.
|
Class | Description |
---|---|
CardInputWidget |
A card input widget that handles all animation on its own.
|
CardNumberEditText |
An
EditText that handles spacing out the digits of a credit card. |
ExpiryDateEditText |
An
EditText that handles putting numbers around a central divider character. |
LockableHorizontalScrollView |
An extension of the
HorizontalScrollView class that can be locked and
unlocked programmatically. |
StripeEditText |
Extension of
AppCompatEditText that listens for users pressing the delete key when there is
no text present. |
Annotation Type | Description |
---|---|
CardInputWidget.FocusField |