Package com.creditcall.chipdnamobile
Interface IProcessReceiptFinishedListener
-
public interface IProcessReceiptFinishedListenerThis interface is used to receive notification of the result after calling methodChipDnaMobile.processReceipt(Parameters). Register listener usingChipDnaMobile.addProcessReceiptFinishedListener(IProcessReceiptFinishedListener).- Author:
- Creditcall Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonProcessReceiptFinishedListener(Parameters parameters)Invoked when receipt processing has completed.
-
-
-
Method Detail
-
onProcessReceiptFinishedListener
void onProcessReceiptFinishedListener(Parameters parameters)
Invoked when receipt processing has completed.- Parameters:
parameters-Parameterscollection which can contain:ParameterKeys.Resultvalues set toParameterValues.TRUEif the receipt was successfully processed else the value is set toParameterValues.FALSE.ParameterKeys.ErrorsAny errors while attempting to process receipt.
-
-