public interface TransactionResponseHandler
Modifier and Type | Method and Description |
---|---|
void |
onTransactionCompleted(TransactionResponse result)
This method is called from the POS application library after the payment application has
finished processing a transaction.
|
void onTransactionCompleted(TransactionResponse result)
result
- The result of the transaction.
Note! The actual object passed will be one of the sub classes of
TransactionResponse
, matching the request object that started the
transaction.