Package 

Enum AnalysisScreenEvent

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum AnalysisScreenEvent
    
                        

    Events triggered on the analysis screen.

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

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CANCEL

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

      ERROR

      Triggers when analysis failed.(Screen API)

      Use the keys in ERROR_DETAILS_MAP_KEY to get details about the event from the details map.

      RETRY

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

      NO_RESULTS

      Triggers when the NoResults screen is shown after analysis failed.