-
public final class ActionEvent.DdInternal properties Internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classActionEvent.Dd.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongformatVersionprivate final ActionEvent.DdSessionsessionprivate final ActionEvent.Configurationconfigurationprivate final StringbrowserSdkVersionprivate final ActionEvent.DdActionaction
-
Constructor Summary
Constructors Constructor Description ActionEvent.Dd(ActionEvent.DdSession session, ActionEvent.Configuration configuration, String browserSdkVersion, ActionEvent.DdAction action)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final ActionEvent.DdSessiongetSession()final ActionEvent.ConfigurationgetConfiguration()final StringgetBrowserSdkVersion()final ActionEvent.DdActiongetAction()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.Dd
ActionEvent.Dd(ActionEvent.DdSession session, ActionEvent.Configuration configuration, String browserSdkVersion, ActionEvent.DdAction action)
- Parameters:
session- Session-related internal propertiesconfiguration- Subset of the SDK configuration options in use during its executionbrowserSdkVersion- Browser SDK versionaction- Action properties
-
-
Method Detail
-
getFormatVersion
final Long getFormatVersion()
-
getSession
final ActionEvent.DdSession getSession()
-
getConfiguration
final ActionEvent.Configuration getConfiguration()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getAction
final ActionEvent.DdAction getAction()
-
toJson
final JsonElement toJson()
-
-
-
-