Package 

Interface ReviewFragmentListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onError(@NonNull() GiniCaptureError error) Called when an error occurred.
      abstract void onProceedToAnalysisScreen(@NonNull() Document document, @Nullable() String errorMessage) Called when the user tapped on the Next button and one of the following conditions apply:
      • Analysis is in progress
      • Analysis completed with an error
      • The image was rotated

        You should start your Activity extending AnalysisActivity and set the document as the EXTRA_IN_DOCUMENT extra.

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onProceedToAnalysisScreen

         abstract void onProceedToAnalysisScreen(@NonNull() Document document, @Nullable() String errorMessage)

        Called when the user tapped on the Next button and one of the following conditions apply:

        • Analysis is in progress
        • Analysis completed with an error
        • The image was rotated

          You should start your Activity extending AnalysisActivity and set the document as the EXTRA_IN_DOCUMENT extra.

        Parameters:
        document - contains the reviewed image (can be the original one or a modified image)
        errorMessage - an optional error message to be passed to the Analysis Screen