ExperienceSDK
api
/
com.realeyesit.experiencesdk.events
/
SdkStateEvent
Sdk
State
Event
sealed
class
SdkStateEvent
:
EventWithArgs
<
SdkStateChanged
>
Types
Functions
Properties
Inheritors
Types
Started
Link copied to clipboard
class
Started
:
SdkStateEvent
Stopped
Link copied to clipboard
class
Stopped
:
SdkStateEvent
Functions
add
Checkpoint
Link copied to clipboard
fun
addCheckpoint
(
message
:
String
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
args
Link copied to clipboard
open
override
val
args
:
SdkStateChanged
custom
Properties
Link copied to clipboard
val
customProperties
:
MutableMap
<
String
,
String
?
>
elapsed
Millis
Link copied to clipboard
val
elapsedMillis
:
Long
state
Link copied to clipboard
val
state
:
SdkState
time
Zone
Id
Link copied to clipboard
val
timeZoneId
:
String
type
Link copied to clipboard
val
type
:
String
?
Inheritors
Started
Link copied to clipboard
Stopped
Link copied to clipboard