AnalysisFragmentInterface

public interface AnalysisFragmentInterface

Methods which Analysis Fragment must implement.

Functions

Link copied to clipboard
abstract void hideError()
Call this method to hide the error shown before with showError or showError.
Link copied to clipboard
abstract void setListener(@NonNull() AnalysisFragmentListener listener)
Set a listener for analysis events.
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

Link copied to clipboard
Link copied to clipboard