Analysis Fragment Interface
Methods which Analysis Fragment must implement.
Functions
Link copied to clipboard
Set a listener for analysis events.
Link copied to clipboard
Call this method when you need to show an error message to the user in the Analysis Screen.
public 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.