MultiPageReviewFragmentListener

public interface MultiPageReviewFragmentListener

Interface used by the MultiPageReviewFragment to dispatch events to the hosting Activity.

Functions

Link copied to clipboard
abstract void onError(@NonNull() GiniCaptureError error)
Called when an error occurred.
Link copied to clipboard
abstract void onImportedDocumentReviewCancelled()
Called when the user deleted all the pages of a document received from another app.
Link copied to clipboard
abstract void onProceedToAnalysisScreen(@NonNull() GiniCaptureMultiPageDocument document)
Called when all pages were uploaded successfully and the user tapped on the "next" button.
Link copied to clipboard
abstract void onReturnToCameraScreen()
Called when the user wants to add a picture of another page.

Inheritors

Link copied to clipboard