kanalytics-lib
Toggle table of contents
1.1.0
common
Platform filter
common
Switch theme
Search in API
kanalytics-lib
kanalytics-viewer
/
com.addhen.kanalytics.viewer.app.shared.data.model
/
EventData
Event
Data
class
EventData
(
val
id
:
Long
?
,
val
name
:
String
,
val
trackerName
:
String
,
val
description
:
String
?
,
val
createdAt
:
Instant
,
val
properties
:
Map
<
String
,
Any
>
)
Members
Constructors
Event
Data
Link copied to clipboard
constructor
(
id
:
Long
?
,
name
:
String
,
trackerName
:
String
,
description
:
String
?
,
createdAt
:
Instant
,
properties
:
Map
<
String
,
Any
>
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Instant
description
Link copied to clipboard
val
description
:
String
?
id
Link copied to clipboard
val
id
:
Long
?
name
Link copied to clipboard
val
name
:
String
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Any
>
tracker
Name
Link copied to clipboard
val
trackerName
:
String