kotlin-sdk
event-bridge
/
com.amplitude.eventbridge
/
Event
Event
data
class
Event
(
eventType
:
String
,
eventProperties
:
Map
<
String
,
Any
?
>
?
,
userProperties
:
Map
<
String
,
Any
?
>
?
,
groups
:
Map
<
String
,
Any
?
>
?
,
groupProperties
:
Map
<
String
,
Any
?
>
?
)
Content copied to clipboard
Properties
Properties
eventProperties
Link copied to clipboard
val
eventProperties
:
Map
<
String
,
Any
?
>
?
=
null
Content copied to clipboard
eventType
Link copied to clipboard
val
eventType
:
String
Content copied to clipboard
groupProperties
Link copied to clipboard
var
groupProperties
:
Map
<
String
,
Any
?
>
?
=
null
Content copied to clipboard
groups
Link copied to clipboard
val
groups
:
Map
<
String
,
Any
?
>
?
=
null
Content copied to clipboard
userProperties
Link copied to clipboard
val
userProperties
:
Map
<
String
,
Any
?
>
?
=
null
Content copied to clipboard