Interface IDocumentReaderPrepareCompletion


public interface IDocumentReaderPrepareCompletion
Interface defining callback object for receiving notifications on Documents Database preparation
  • Method Details

    • onPrepareProgressChanged

      void onPrepareProgressChanged(int progress)
      Notifies when preparation progress is changed
      Parameters:
      progress - current % value of progress
    • onPrepareCompleted

      void onPrepareCompleted(boolean status, DocumentReaderException error)
      Notifies on preparation process end
      Parameters:
      status - result status of preparation
      error - error message, if any