-
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 LongdocumentVersionprivate final List<ViewEvent.PageState>pageStatesprivate final ViewEvent.ReplayStatsreplayStats
-
Constructor Summary
Constructors Constructor Description ViewEvent.Dd(ViewEvent.DdSession session, ViewEvent.Configuration configuration, String browserSdkVersion, Long documentVersion, List<ViewEvent.PageState> pageStates, ViewEvent.ReplayStats replayStats)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final ViewEvent.DdSessiongetSession()final ViewEvent.ConfigurationgetConfiguration()final StringgetBrowserSdkVersion()final LonggetDocumentVersion()final List<ViewEvent.PageState>getPageStates()final ViewEvent.ReplayStatsgetReplayStats()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.Dd
ViewEvent.Dd(ViewEvent.DdSession session, ViewEvent.Configuration configuration, String browserSdkVersion, Long documentVersion, List<ViewEvent.PageState> pageStates, ViewEvent.ReplayStats replayStats)
- 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 versiondocumentVersion- Version of the update of the view eventpageStates- List of the page states during the viewreplayStats- Debug metadata for Replay Sessions
-
-
Method Detail
-
getFormatVersion
final Long getFormatVersion()
-
getSession
final ViewEvent.DdSession getSession()
-
getConfiguration
final ViewEvent.Configuration getConfiguration()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getDocumentVersion
final Long getDocumentVersion()
-
getPageStates
final List<ViewEvent.PageState> getPageStates()
-
getReplayStats
final ViewEvent.ReplayStats getReplayStats()
-
toJson
final JsonElement toJson()
-
-
-
-