Analysis Screen Event
            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.
public enum AnalysisScreenEvent
Content copied to clipboard
Entries
CANCEL
                        
                  Link copied to clipboard
                      
                    
                  Triggers when the user presses back.(Screen API only)
CANCEL
Content copied to clipboard
ERROR
                        
                  Link copied to clipboard
                      
                    
                  Triggers when analysis failed.(Screen API + Component API)
Use the keys in ERROR_DETAILS_MAP_KEY to get details about the event from the details map.
ERROR
Content copied to clipboard
Types
ERROR_DETAILS_MAP_KEY
                        
                  Link copied to clipboard
                      
                    
                  public final class ERROR_DETAILS_MAP_KEY
Content copied to clipboard