-
public final class ViewEvent.ConfigurationSubset of the SDK configuration options in use during its execution Subset of the SDK configuration options in use during its execution
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.Configuration.Companion
-
Field Summary
Fields Modifier and Type Field Description private final NumbersessionSampleRateprivate final NumbersessionReplaySampleRateprivate final BooleanstartSessionReplayRecordingManually
-
Constructor Summary
Constructors Constructor Description ViewEvent.Configuration(Number sessionSampleRate, Number sessionReplaySampleRate, Boolean startSessionReplayRecordingManually)
-
Method Summary
Modifier and Type Method Description final NumbergetSessionSampleRate()final NumbergetSessionReplaySampleRate()final BooleangetStartSessionReplayRecordingManually()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.Configuration
ViewEvent.Configuration(Number sessionSampleRate, Number sessionReplaySampleRate, Boolean startSessionReplayRecordingManually)
- Parameters:
sessionSampleRate- The percentage of sessions trackedsessionReplaySampleRate- The percentage of sessions with RUM & Session Replay pricing trackedstartSessionReplayRecordingManually- Whether session replay recording configured to start manually
-
-
Method Detail
-
getSessionSampleRate
final Number getSessionSampleRate()
-
getSessionReplaySampleRate
final Number getSessionReplaySampleRate()
-
getStartSessionReplayRecordingManually
final Boolean getStartSessionReplayRecordingManually()
-
toJson
final JsonElement toJson()
-
-
-
-