-
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 StringbrowserSdkVersionprivate final ActionEvent.DdActionaction
-
Constructor Summary
Constructors Constructor Description ActionEvent.Dd(ActionEvent.DdSession session, String browserSdkVersion, ActionEvent.DdAction action)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final ActionEvent.DdSessiongetSession()final StringgetBrowserSdkVersion()final ActionEvent.DdActiongetAction()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.Dd
ActionEvent.Dd(ActionEvent.DdSession session, String browserSdkVersion, ActionEvent.DdAction action)
- Parameters:
session- Session-related internal propertiesbrowserSdkVersion- Browser SDK versionaction- Action properties
-
-
Method Detail
-
getFormatVersion
final Long getFormatVersion()
-
getSession
final ActionEvent.DdSession getSession()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getAction
final ActionEvent.DdAction getAction()
-
toJson
final JsonElement toJson()
-
-
-
-