-
public final class RumVitalEvent.RumVitalEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalEvent.RumVitalEventSession.Companion
-
Constructor Summary
Constructors Constructor Description RumVitalEvent.RumVitalEventSession(String id, RumVitalEvent.RumVitalEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final RumVitalEvent.RumVitalEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
RumVitalEvent.RumVitalEventSession
RumVitalEvent.RumVitalEventSession(String id, RumVitalEvent.RumVitalEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final RumVitalEvent.RumVitalEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-