toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.diagnostic.response
Package-level
declarations
Types
Types
Diagnostic
Sse
Response
Link copied to clipboard
data
class
DiagnosticSseResponse
(
val
tagTracking
:
MutableMap
<
String
,
DiagnosticStatus
>
?
=
null
)
:
Parcelable
Diagnostic
Status
Link copied to clipboard
enum
DiagnosticStatus
:
Enum
<
DiagnosticStatus
>
Event
Link copied to clipboard
data
class
Event
(
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
data
:
String
?
=
null
)