Multi Page Review Fragment Listener
public interface MultiPageReviewFragmentListener
Content copied to clipboard
Interface used by the MultiPageReviewFragment to dispatch events to the hosting Activity.
Functions
onError
Link copied to clipboard
onImportedDocumentReviewCancelled
Link copied to clipboard
abstract void onImportedDocumentReviewCancelled()
Content copied to clipboard
onProceedToAnalysisScreen
Link copied to clipboard
abstract void onProceedToAnalysisScreen(@NonNull() GiniCaptureMultiPageDocument document)
Content copied to clipboard
onReturnToCameraScreen
Link copied to clipboard
abstract void onReturnToCameraScreen()
Content copied to clipboard
Inheritors
MultiPageReviewActivity
Link copied to clipboard