public interface CustomCardResponseHandler
Modifier and Type | Method and Description |
---|---|
void |
onCardReadCompleted(CustomCardResponse response)
This method is called from the POS application library after the payment application has
finished reading a custom card.
|
void onCardReadCompleted(CustomCardResponse response)
response
- The card details of the read card, or an error message if a card was not read.