AnalysisScreenEvent

public enum AnalysisScreenEvent

Events triggered on the analysis screen.

If you use the Screen API all events will be triggered automatically.

If you use the Component API some events will not be triggered (for ex. events which rely on onBackPressed). You need to check whether all the events you are interested in are triggered.

Entries

CANCEL
Link copied to clipboard
CANCEL

Triggers when the user presses back.(Screen API only)

ERROR
Link copied to clipboard
ERROR

Triggers when analysis failed.(Screen API + Component API)

RETRY
Link copied to clipboard
RETRY

Triggers when the user retries analysis after it failed.(Screen API + Component API)

Types

ERROR_DETAILS_MAP_KEY
Link copied to clipboard
public final class ERROR_DETAILS_MAP_KEY
Keys to retrieve details about the ERROR event.

Functions

valueOf
Link copied to clipboard
static AnalysisScreenEvent valueOf(String name)
values
Link copied to clipboard
static Array<AnalysisScreenEventvalues()