-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AnalysisScreenEventEvents triggered on the analysis screen.
If you use the Screen API all events will be triggered automatically.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAnalysisScreenEvent.ERROR_DETAILS_MAP_KEYKeys to retrieve details about the ERROR event.
-
Enum Constant Summary
Enum Constants Enum Constant Description CANCELTriggers when the user presses back.(Screen API only)
ERRORTriggers when analysis failed.(Screen API)
Use the keys in ERROR_DETAILS_MAP_KEY to get details about the event from the details map.
RETRYTriggers when the user retries analysis after it failed.(Screen API)
NO_RESULTSTriggers when the NoResults screen is shown after analysis failed.
-
Method Summary
Modifier and Type Method Description static Array<AnalysisScreenEvent>values()static AnalysisScreenEventvalueOf(String name)-
-
Method Detail
-
values
static Array<AnalysisScreenEvent> values()
-
valueOf
static AnalysisScreenEvent valueOf(String name)
-
-
-
-