-
public final class RumVitalAppLaunchEvent.DdSessionSession-related internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalAppLaunchEvent.DdSession.Companion
-
Field Summary
Fields Modifier and Type Field Description private final RumVitalAppLaunchEvent.Planplanprivate final RumVitalAppLaunchEvent.SessionPreconditionsessionPrecondition
-
Constructor Summary
Constructors Constructor Description RumVitalAppLaunchEvent.DdSession(RumVitalAppLaunchEvent.Plan plan, RumVitalAppLaunchEvent.SessionPrecondition sessionPrecondition)
-
Method Summary
Modifier and Type Method Description final RumVitalAppLaunchEvent.PlangetPlan()final RumVitalAppLaunchEvent.SessionPreconditiongetSessionPrecondition()final JsonElementtoJson()-
-
Constructor Detail
-
RumVitalAppLaunchEvent.DdSession
RumVitalAppLaunchEvent.DdSession(RumVitalAppLaunchEvent.Plan plan, RumVitalAppLaunchEvent.SessionPrecondition sessionPrecondition)
- Parameters:
plan- Session plan: 1 is the plan without replay, 2 is the plan with replay (deprecated)sessionPrecondition- The precondition that led to the creation of the session
-
-
Method Detail
-
getPlan
final RumVitalAppLaunchEvent.Plan getPlan()
-
getSessionPrecondition
final RumVitalAppLaunchEvent.SessionPrecondition getSessionPrecondition()
-
toJson
final JsonElement toJson()
-
-
-
-