-
public final class VitalAppLaunchEvent.DdInternal properties Internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalAppLaunchEvent.Dd.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongformatVersionprivate final VitalAppLaunchEvent.DdSessionsessionprivate final VitalAppLaunchEvent.Configurationconfigurationprivate final StringbrowserSdkVersionprivate final StringsdkNameprivate final VitalAppLaunchEvent.Profilingprofiling
-
Constructor Summary
Constructors Constructor Description VitalAppLaunchEvent.Dd(VitalAppLaunchEvent.DdSession session, VitalAppLaunchEvent.Configuration configuration, String browserSdkVersion, String sdkName, VitalAppLaunchEvent.Profiling profiling)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final VitalAppLaunchEvent.DdSessiongetSession()final VitalAppLaunchEvent.ConfigurationgetConfiguration()final StringgetBrowserSdkVersion()final StringgetSdkName()final VitalAppLaunchEvent.ProfilinggetProfiling()final JsonElementtoJson()-
-
Constructor Detail
-
VitalAppLaunchEvent.Dd
VitalAppLaunchEvent.Dd(VitalAppLaunchEvent.DdSession session, VitalAppLaunchEvent.Configuration configuration, String browserSdkVersion, String sdkName, VitalAppLaunchEvent.Profiling profiling)
- Parameters:
session- Session-related internal propertiesconfiguration- Subset of the SDK configuration options in use during its executionbrowserSdkVersion- Browser SDK versionsdkName- SDK name (e.g.profiling- RUM Profiler Internal Context schema
-
-
Method Detail
-
getFormatVersion
final Long getFormatVersion()
-
getSession
final VitalAppLaunchEvent.DdSession getSession()
-
getConfiguration
final VitalAppLaunchEvent.Configuration getConfiguration()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getSdkName
final String getSdkName()
-
getProfiling
final VitalAppLaunchEvent.Profiling getProfiling()
-
toJson
final JsonElement toJson()
-
-
-
-