-
public final class VitalAppLaunchEvent.VitalAppLaunchEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalAppLaunchEvent.VitalAppLaunchEventSession.Companion
-
Constructor Summary
Constructors Constructor Description VitalAppLaunchEvent.VitalAppLaunchEventSession(String id, VitalAppLaunchEvent.VitalAppLaunchEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final VitalAppLaunchEvent.VitalAppLaunchEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
VitalAppLaunchEvent.VitalAppLaunchEventSession
VitalAppLaunchEvent.VitalAppLaunchEventSession(String id, VitalAppLaunchEvent.VitalAppLaunchEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final VitalAppLaunchEvent.VitalAppLaunchEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-