toggle menu
klaviyo-android-sdk
4.0.0
androidJvm
switch theme
search in API
analytics
/
com.klaviyo.analytics.state
/
StateChange
/
KeyValue
Key
Value
data
class
KeyValue
(
val
key
:
Keyword
,
val
oldValue
:
String
?
)
:
StateChange
Catch-all change to a value in state
Members
Constructors
Key
Value
Link copied to clipboard
constructor
(
key
:
Keyword
,
oldValue
:
String
?
)
Properties
key
Link copied to clipboard
open
override
val
key
:
Keyword
old
Value
Link copied to clipboard
open
override
val
oldValue
:
String
?