ExperienceSDK
api
/
com.realeyesit.experiencesdk.events
/
IntervalEndedEvent
Interval
Ended
Event
class
IntervalEndedEvent
(
val
intervalType
:
String
,
elapsedMillis
:
Long
?
)
:
EventWithArgs
<
IntervalEnded
>
Constructors
Functions
Properties
Constructors
Interval
Ended
Event
Link copied to clipboard
fun
IntervalEndedEvent
(
intervalType
:
String
,
elapsedMillis
:
Long
?
)
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
:
IntervalEnded
custom
Properties
Link copied to clipboard
val
customProperties
:
MutableMap
<
String
,
String
?
>
elapsed
Millis
Link copied to clipboard
val
elapsedMillis
:
Long
interval
Type
Link copied to clipboard
val
intervalType
:
String
time
Zone
Id
Link copied to clipboard
val
timeZoneId
:
String
type
Link copied to clipboard
val
type
:
String
?