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