AnalysisFragmentInterface

public interface AnalysisFragmentInterface

Methods which Analysis Fragment must implement.

Functions

hideError
Link copied to clipboard
abstract void hideError()
Call this method to hide the error shown before with showError or showError.
setListener
Link copied to clipboard
abstract void setListener(@NonNull() AnalysisFragmentListener listener)
Set a listener for analysis events.
showError
Link copied to clipboard
abstract void showError(@NonNull() String message, int duration)
Call this method when you need to show an error message to the user in the Analysis Screen.
abstract void showError(@NonNull() String message, @NonNull() String buttonTitle, @NonNull() View.OnClickListener onClickListener)
Call this method when you need to show an error message with an invokable action to the user in the Analysis Screen.

Inheritors

AnalysisFragmentCompat
Link copied to clipboard
AnalysisActivity
Link copied to clipboard