ExperienceSDK
api
/
com.realeyesit.experiencesdk.events
/
LogCollectedEvent
Log
Collected
Event
class
LogCollectedEvent
(
val
category
:
String
,
val
message
:
String
?
=
null
,
val
parameters
:
List
<
Pair
<
String
,
String
?
>
>
?
=
null
)
:
EventWithArgs
<
LogCollected
>
Constructors
Functions
Properties
Constructors
Log
Collected
Event
Link copied to clipboard
fun
LogCollectedEvent
(
category
:
String
,
message
:
String
?
=
null
,
parameters
:
List
<
Pair
<
String
,
String
?
>
>
?
=
null
)
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
:
LogCollected
category
Link copied to clipboard
val
category
:
String
custom
Properties
Link copied to clipboard
val
customProperties
:
MutableMap
<
String
,
String
?
>
elapsed
Millis
Link copied to clipboard
val
elapsedMillis
:
Long
message
Link copied to clipboard
val
message
:
String
?
=
null
parameters
Link copied to clipboard
val
parameters
:
List
<
Pair
<
String
,
String
?
>
>
?
=
null
time
Zone
Id
Link copied to clipboard
val
timeZoneId
:
String
type
Link copied to clipboard
val
type
:
String
?