Package com.creditcall.chipdnamobile
Interface ITransactionUpdateListener
-
public interface ITransactionUpdateListenerThis interface is used to receive notification of the events during a transaction after calling methodChipDnaMobile.startTransaction(Parameters). Register listener usingChipDnaMobile.addTransactionUpdateListener(ITransactionUpdateListener).- Author:
- Creditcall Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTransactionUpdateListener(Parameters parameters)Invoked during transaction processing.
-
-
-
Method Detail
-
onTransactionUpdateListener
void onTransactionUpdateListener(Parameters parameters)
Invoked during transaction processing.- Parameters:
parameters-Parameterscollection which can contain:ParameterKeys.TransactionUpdateThe current transaction processing event which can be any ofTransactionUpdate
-
-