-
public final class TelemetryUsageEvent.Usage.StartSessionReplayRecording extends TelemetryUsageEvent.Usage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTelemetryUsageEvent.Usage.StartSessionReplayRecording.Companion
-
Constructor Summary
Constructors Constructor Description TelemetryUsageEvent.Usage.StartSessionReplayRecording(Boolean isForced)
-
Method Summary
Modifier and Type Method Description final StringgetFeature()final BooleangetIsForced()JsonElementtoJson()-
-
Constructor Detail
-
TelemetryUsageEvent.Usage.StartSessionReplayRecording
TelemetryUsageEvent.Usage.StartSessionReplayRecording(Boolean isForced)
- Parameters:
isForced- Whether the recording is allowed to start even on sessions sampled out of replay
-
-
Method Detail
-
getFeature
final String getFeature()
-
getIsForced
final Boolean getIsForced()
-
toJson
JsonElement toJson()
-
-
-
-