Interface IDocumentReaderFinalizePackage
public interface IDocumentReaderFinalizePackage
Interface defining callback object for receiving answer after backend processing has finished
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFinalizePackage(int action, TransactionInfo transactionInfo, DocumentReaderException error) Callback method, will fire when core receives a response
-
Method Details
-
onFinalizePackage
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
-