AnalysisFragmentListener

public interface AnalysisFragmentListener

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

Functions

Link copied to clipboard
abstract void onDefaultPDFAppAlertDialogCancelled()
Called when the default PDF app alert dialog was cancelled.
Link copied to clipboard
abstract void onError(@NonNull() GiniCaptureError error)
Called when an error occurred.
Link copied to clipboard
abstract void onExtractionsAvailable(@NonNull() Map<String, GiniCaptureSpecificExtraction> extractions, @NonNull() Map<String, GiniCaptureCompoundExtraction> compoundExtractions, @NonNull() List<GiniCaptureReturnReason> returnReasons)
Called when the document has been analyzed and extractions are available.
Link copied to clipboard
abstract void onProceedToNoExtractionsScreen(@NonNull() Document document)
Called when the document has been analyzed and no extractions were received.

Inheritors

Link copied to clipboard