ReviewFragmentInterface

public interface ReviewFragmentInterface

Methods which both Review Fragments must implement.

Functions

onDocumentAnalyzed
Link copied to clipboard
abstract void onDocumentAnalyzed()
You should call this method after you've received the analysis results from the Gini API.
onNoExtractionsFound
Link copied to clipboard
abstract void onNoExtractionsFound()
You should call this method after you've received the analysis results from the Gini API without the required extractions.
setListener
Link copied to clipboard
abstract void setListener(@NonNull() ReviewFragmentListener listener)
Set a listener for review events.

Inheritors

ReviewActivity
Link copied to clipboard
ReviewFragmentStandard
Link copied to clipboard
ReviewFragmentCompat
Link copied to clipboard