kotlin-sdk
core
/
com.amplitude.core.platform
/
Plugin
Plugin
interface
Plugin
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Plugin.Type
>
Content copied to clipboard
Functions
execute
Link copied to clipboard
open
fun
execute
(
event
:
BaseEvent
)
:
BaseEvent
?
Content copied to clipboard
setup
Link copied to clipboard
open
fun
setup
(
amplitude
:
Amplitude
)
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
EventPlugin
Link copied to clipboard
ObservePlugin
Link copied to clipboard
ContextPlugin
Link copied to clipboard
GetAmpliExtrasPlugin
Link copied to clipboard