Review Fragment Listener
public interface ReviewFragmentListener
Content copied to clipboard
Interface used by ReviewFragmentCompat to dispatch events to the hosting Activity.
Functions
onError
Link copied to clipboard
onProceedToAnalysisScreen
Link copied to clipboard
abstract void onProceedToAnalysisScreen(@NonNull() Document document, @Nullable() String errorMessage)
Content copied to clipboard
Called when the user tapped on the Next button and one of the following conditions apply:
- Analysis is in progress
- Analysis completed with an error
- The image wasrotated
You should start your Activity extending AnalysisActivity and set the document asthe EXTRA_IN_DOCUMENT extra.
Inheritors
ReviewActivity
Link copied to clipboard