public interface CreditCards
Modifier and Type | Method and Description |
---|---|
java.util.List<CreditCard> |
all()
Returns all credit cards.
|
void |
clear()
Clears all records in the store.
|
void |
remove(CreditCard creditCard)
Removes the credit from the store.
|
java.util.List<CreditCard> all()
Credit card records are saved to the store via SaveCreditCardCallback
.
ObjectClosedException
- when the profile is deleted or its engine is closedvoid remove(CreditCard creditCard)
Removed credit cards are not displayed in the autofill suggestion pop-up.
ObjectClosedException
- when the profile is deleted or its engine is closedvoid clear()
ObjectClosedException
- when the profile is deleted or its engine is closed