hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk.service.health
/
L1Event
L1Event
data
class
L1Event
(
val
startTriggerSource
:
StartTrigger
,
val
eventName
:
String
,
val
hint
:
String
,
val
timestamp
:
Time
?
=
null
)
:
Serializable
Content copied to clipboard
Constructors
Properties
Constructors
L1Event
Link copied to clipboard
fun
L1Event
(
startTriggerSource
:
StartTrigger
,
eventName
:
String
,
hint
:
String
,
timestamp
:
Time
?
=
null
)
Content copied to clipboard
Properties
eventName
Link copied to clipboard
val
eventName
:
String
Content copied to clipboard
hint
Link copied to clipboard
val
hint
:
String
Content copied to clipboard
startTriggerSource
Link copied to clipboard
val
startTriggerSource
:
StartTrigger
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
Time
?
=
null
Content copied to clipboard