toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.diagnostic.request
/
TrackingSseRequest
Tracking
Sse
Request
data
class
TrackingSseRequest
(
val
forgetTagMillis
:
Long
?
=
10000
,
val
tags
:
List
<
String
>
?
=
null
)
:
Parcelable
Members
Constructors
Tracking
Sse
Request
Link copied to clipboard
constructor
(
forgetTagMillis
:
Long
?
=
10000
,
tags
:
List
<
String
>
?
=
null
)
Properties
forget
Tag
Millis
Link copied to clipboard
val
forgetTagMillis
:
Long
?
=
10000
tags
Link copied to clipboard
val
tags
:
List
<
String
>
?
=
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
)