kotlin-sdk
core
/
com.amplitude.core
/
State
State
class
State
Content copied to clipboard
Functions
Properties
Functions
add
Link copied to clipboard
fun
add
(
plugin
:
ObservePlugin
,
amplitude
:
Amplitude
)
:
Boolean
Content copied to clipboard
remove
Link copied to clipboard
fun
remove
(
plugin
:
ObservePlugin
)
:
Boolean
Content copied to clipboard
Properties
deviceId
Link copied to clipboard
var
deviceId
:
String
?
=
null
Content copied to clipboard
plugins
Link copied to clipboard
val
plugins
:
MutableList
<
ObservePlugin
>
Content copied to clipboard
userId
Link copied to clipboard
var
userId
:
String
?
=
null
Content copied to clipboard