Interface IDocumentReaderFinalizePackage


public interface IDocumentReaderFinalizePackage
Interface defining callback object for receiving answer after backend processing has finished
  • Method Details

    • onFinalizePackage

      void onFinalizePackage(int action, TransactionInfo transactionInfo, DocumentReaderException error)
      Callback method, will fire when core receives a response
      Parameters:
      action - processing status flag
      transactionInfo - contains transactionId and tag
      error - in case of anything is wrong - brief message for developer, null otherwise