MultiPageReviewFragmentListener

public interface MultiPageReviewFragmentListener

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

Functions

onError
Link copied to clipboard
abstract void onError(@NonNull() GiniCaptureError error)
Called when an error occurred.
onImportedDocumentReviewCancelled
Link copied to clipboard
abstract void onImportedDocumentReviewCancelled()
Called when the user deleted all the pages of a document received from another app.
onProceedToAnalysisScreen
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.
onReturnToCameraScreen
Link copied to clipboard
abstract void onReturnToCameraScreen()
Called when the user wants to add a picture of another page.

Inheritors

MultiPageReviewActivity
Link copied to clipboard