toggle menu
klaviyo-android-sdk
4.0.0
androidJvm
switch theme
search in API
analytics
/
com.klaviyo.analytics.state
/
StateChange
/
ProfileIdentifier
Profile
Identifier
data
class
ProfileIdentifier
(
val
key
:
ProfileKey
,
val
oldValue
:
String
?
)
:
StateChange
Emitted whenever a profile identifier changes in state, except for a full profile reset.
Members
Constructors
Profile
Identifier
Link copied to clipboard
constructor
(
key
:
ProfileKey
,
oldValue
:
String
?
)
Properties
key
Link copied to clipboard
open
override
val
key
:
ProfileKey
old
Value
Link copied to clipboard
open
override
val
oldValue
:
String
?