Package com.creditcall.chipdnamobile
Interface ITransactionUpdateListener
public interface ITransactionUpdateListener
This interface is used to receive notification of the events during a transaction after calling method
ChipDnaMobile.startTransaction(Parameters).
Register listener using ChipDnaMobile.addTransactionUpdateListener(ITransactionUpdateListener).- Author:
- Creditcall Ltd
-
Method Summary
Modifier and TypeMethodDescriptionvoidonTransactionUpdateListener(Parameters parameters) Invoked during transaction processing.
-
Method Details
-
onTransactionUpdateListener
Invoked during transaction processing.- Parameters:
parameters-Parameterscollection which can contain:ParameterKeys.TransactionUpdateThe current transaction processing event which can be any ofTransactionUpdate
-