kotlin-sdk
event-bridge
/
com.amplitude.eventbridge
Package
com.
amplitude.
eventbridge
Types
Types
Event
Link copied to clipboard
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
Event
Bridge
Link copied to clipboard
interface
EventBridge
Content copied to clipboard
Bridges to transfer data between modules, like analytics and experiment
Event
Bridge
Container
Link copied to clipboard
class
EventBridgeContainer
Content copied to clipboard
Container of EventBridge
Event
Channel
Link copied to clipboard
enum
EventChannel
:
Enum
<
EventChannel
>
Content copied to clipboard
Event
Receiver
Link copied to clipboard
interface
EventReceiver
Content copied to clipboard