AnalysisScreenEventType public enum AnalysisScreenEventType : String Event types relating to the analysis screen. cancel User canceled the process during analysis Declaration Swift case cancel error The analysis ended with an error. The error message is supplied under the “message” key. Declaration Swift case error retry The user decided to retry after an analysis error. Declaration Swift case retry