-
public final class ViewEvent.DdInternal properties Internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.Dd.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongformatVersionprivate final ViewEvent.DdSessionsessionprivate final ViewEvent.Configurationconfigurationprivate final StringbrowserSdkVersionprivate final StringsdkNameprivate final LongdocumentVersionprivate final List<ViewEvent.PageState>pageStatesprivate final ViewEvent.ReplayStatsreplayStatsprivate final ViewEvent.DdClsclsprivate final ViewEvent.Profilingprofiling
-
Constructor Summary
Constructors Constructor Description ViewEvent.Dd(ViewEvent.DdSession session, ViewEvent.Configuration configuration, String browserSdkVersion, String sdkName, Long documentVersion, List<ViewEvent.PageState> pageStates, ViewEvent.ReplayStats replayStats, ViewEvent.DdCls cls, ViewEvent.Profiling profiling)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final ViewEvent.DdSessiongetSession()final ViewEvent.ConfigurationgetConfiguration()final StringgetBrowserSdkVersion()final StringgetSdkName()final LonggetDocumentVersion()final List<ViewEvent.PageState>getPageStates()final ViewEvent.ReplayStatsgetReplayStats()final ViewEvent.DdClsgetCls()final ViewEvent.ProfilinggetProfiling()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.Dd
ViewEvent.Dd(ViewEvent.DdSession session, ViewEvent.Configuration configuration, String browserSdkVersion, String sdkName, Long documentVersion, List<ViewEvent.PageState> pageStates, ViewEvent.ReplayStats replayStats, ViewEvent.DdCls cls, ViewEvent.Profiling profiling)
- Parameters:
session- Session-related internal propertiesconfiguration- Subset of the SDK configuration options in use during its execution Subset of the SDK configuration options in use during its executionbrowserSdkVersion- Browser SDK versionsdkName- SDK name (e.g.documentVersion- Version of the update of the view eventpageStates- List of the page states during the viewreplayStats- Debug metadata for Replay Sessionscls- Additional information of the reported Cumulative Layout Shiftprofiling- RUM Profiler Internal Context schema
-
-
Method Detail
-
getFormatVersion
final Long getFormatVersion()
-
getSession
final ViewEvent.DdSession getSession()
-
getConfiguration
final ViewEvent.Configuration getConfiguration()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getSdkName
final String getSdkName()
-
getDocumentVersion
final Long getDocumentVersion()
-
getPageStates
final List<ViewEvent.PageState> getPageStates()
-
getReplayStats
final ViewEvent.ReplayStats getReplayStats()
-
getCls
final ViewEvent.DdCls getCls()
-
getProfiling
final ViewEvent.Profiling getProfiling()
-
toJson
final JsonElement toJson()
-
-
-
-