-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum LastRunEndState extends Enum<LastRunEndState>
Enum representing the end state of the last run of the application.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLEAN_EXITThe last run did not result in a crash.
CRASHThe last run resulted in a crash.
INVALIDThe SDK has not been started yet.
-