ExperienceSDK
api
/
com.realeyesit.experiencesdk.events
/
PerformanceMeasurementCollectedEvent
Performance
Measurement
Collected
Event
class
PerformanceMeasurementCollectedEvent
(
val
duration
:
Long
,
val
name
:
String
)
:
EventWithArgs
<
PerformanceMeasurementCollected
>
Constructors
Functions
Properties
Constructors
Performance
Measurement
Collected
Event
Link copied to clipboard
fun
PerformanceMeasurementCollectedEvent
(
duration
:
Long
,
name
:
String
)
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
:
PerformanceMeasurementCollected
custom
Properties
Link copied to clipboard
val
customProperties
:
MutableMap
<
String
,
String
?
>
duration
Link copied to clipboard
val
duration
:
Long
elapsed
Millis
Link copied to clipboard
val
elapsedMillis
:
Long
name
Link copied to clipboard
val
name
:
String
time
Zone
Id
Link copied to clipboard
val
timeZoneId
:
String
type
Link copied to clipboard
val
type
:
String
?