-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ViewEvent.SessionPrecondition extends Enum<ViewEvent.SessionPrecondition>
The precondition that led to the creation of the session
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.SessionPrecondition.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description EXPLICIT_STOPFROM_NON_INTERACTIVE_SESSIONPREWARMBACKGROUND_LAUNCHMAX_DURATIONINACTIVITY_TIMEOUTUSER_APP_LAUNCH
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-