kotlin-sdk
core
/
com.amplitude.core.platform
/
EventPlugin
Event
Plugin
interface
EventPlugin
:
Plugin
Content copied to clipboard
Functions
Properties
Inheritors
Functions
execute
Link copied to clipboard
open
fun
execute
(
event
:
BaseEvent
)
:
BaseEvent
?
Content copied to clipboard
flush
Link copied to clipboard
open
fun
flush
(
)
Content copied to clipboard
group
Identify
Link copied to clipboard
open
fun
groupIdentify
(
payload
:
GroupIdentifyEvent
)
:
GroupIdentifyEvent
?
Content copied to clipboard
identify
Link copied to clipboard
open
fun
identify
(
payload
:
IdentifyEvent
)
:
IdentifyEvent
?
Content copied to clipboard
revenue
Link copied to clipboard
open
fun
revenue
(
payload
:
RevenueEvent
)
:
RevenueEvent
?
Content copied to clipboard
setup
Link copied to clipboard
open
fun
setup
(
amplitude
:
Amplitude
)
Content copied to clipboard
track
Link copied to clipboard
open
fun
track
(
payload
:
BaseEvent
)
:
BaseEvent
?
Content copied to clipboard
Properties
amplitude
Link copied to clipboard
abstract
var
amplitude
:
Amplitude
Content copied to clipboard
type
Link copied to clipboard
abstract
val
type
:
Plugin.Type
Content copied to clipboard
Inheritors
DestinationPlugin
Link copied to clipboard