toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.diagnostic.response
/
DiagnosticSseResponse
Diagnostic
Sse
Response
data
class
DiagnosticSseResponse
(
val
tagTracking
:
MutableMap
<
String
,
DiagnosticStatus
>
?
=
null
)
:
Parcelable
Members
Constructors
Diagnostic
Sse
Response
Link copied to clipboard
constructor
(
tagTracking
:
MutableMap
<
String
,
DiagnosticStatus
>
?
=
null
)
Properties
tag
Tracking
Link copied to clipboard
val
tagTracking
:
MutableMap
<
String
,
DiagnosticStatus
>
?
=
null
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)