Interface IDocumentReaderFinalizePackage
-
public interface IDocumentReaderFinalizePackage
Interface defining callback object for receiving answer after backend processing has finished
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFinalizePackage(int action, TransactionInfo transactionInfo, DocumentReaderException error)
Callback method, will fire when core receives a response
-
-
-
Method Detail
-
onFinalizePackage
void onFinalizePackage(int action, TransactionInfo transactionInfo, DocumentReaderException error)
Callback method, will fire when core receives a response- Parameters:
action
- processing status flagtransactionInfo
- contains transactionId and tagerror
- in case of anything is wrong - brief message for developer, null otherwise
-
-