AnalysisScreenEventType
public enum AnalysisScreenEventType : String
Event types relating to the analysis screen.
-
User canceled the process during analysis
Declaration
Swift
case cancel -
The analysis ended with an error. The error message is supplied under the “message” key.
Declaration
Swift
case error -
The user decided to retry after an analysis error.
Declaration
Swift
case retry -
The analysis ended with empty extraction result. The message is supplied under the “message” key.
Declaration
Swift
case noResults
View on GitHub
AnalysisScreenEventType Enumeration Reference