kotlin-sdk
core
/
com.amplitude.core.events
/
IdentifyOperation
Identify
Operation
enum
IdentifyOperation
:
Enum
<
IdentifyOperation
>
Content copied to clipboard
Entries
Properties
Entries
REMOVE
Link copied to clipboard
REMOVE
(
"remove"
)
Content copied to clipboard
POST_INSERT
Link copied to clipboard
POST_INSERT
(
"postInsert"
)
Content copied to clipboard
PRE_INSERT
Link copied to clipboard
PRE_INSERT
(
"preInsert"
)
Content copied to clipboard
UNSET
Link copied to clipboard
UNSET
(
"unset"
)
Content copied to clipboard
PREPEND
Link copied to clipboard
PREPEND
(
"prepend"
)
Content copied to clipboard
CLEAR_ALL
Link copied to clipboard
CLEAR_ALL
(
"clearAll"
)
Content copied to clipboard
APPEND
Link copied to clipboard
APPEND
(
"append"
)
Content copied to clipboard
ADD
Link copied to clipboard
ADD
(
"add"
)
Content copied to clipboard
SET_ONCE
Link copied to clipboard
SET_ONCE
(
"setOnce"
)
Content copied to clipboard
SET
Link copied to clipboard
SET
(
"set"
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
operationType
Link copied to clipboard
val
operationType
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard