-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Embrace.LastRunEndStateEnum representing the end state of the last run of the application.
-
-
Field Summary
Fields Modifier and Type Field Description private final intvalue
-
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.
-
Method Summary
Modifier and Type Method Description static Array<Embrace.LastRunEndState>values()static Embrace.LastRunEndStatevalueOf(String name)intgetValue()-
-
Method Detail
-
values
static Array<Embrace.LastRunEndState> values()
-
valueOf
static Embrace.LastRunEndState valueOf(String name)
-
getValue
int getValue()
-
-
-
-