Documentation
Preparing search index...
gps
GpsAck
Type Alias GpsAck
Server response body inside
{ gps: ... }
type
GpsAck
=
{
activeKey
?:
string
;
deviceId
?:
string
|
null
;
dirtyKey
?:
string
;
error
?:
string
;
field
?:
string
;
liveKey
?:
string
;
ok
:
boolean
;
pending
?:
boolean
;
seq
?:
number
|
null
;
sessionId
?:
string
|
null
;
slice
?:
number
|
string
;
stage
?:
string
;
trackingId
?:
string
;
trailKey
?:
string
;
}
Index
Properties
active
Key?
device
Id?
dirty
Key?
error?
field?
live
Key?
ok
pending?
seq?
session
Id?
slice?
stage?
tracking
Id?
trail
Key?
Properties
Optional
active
Key
activeKey
?:
string
Optional
device
Id
deviceId
?:
string
|
null
Optional
dirty
Key
dirtyKey
?:
string
Optional
error
error
?:
string
Optional
field
field
?:
string
Optional
live
Key
liveKey
?:
string
ok
ok
:
boolean
Optional
pending
pending
?:
boolean
Optional
seq
seq
?:
number
|
null
Optional
session
Id
sessionId
?:
string
|
null
Optional
slice
slice
?:
number
|
string
Optional
stage
stage
?:
string
Optional
tracking
Id
trackingId
?:
string
Optional
trail
Key
trailKey
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Key
device
Id
dirty
Key
error
field
live
Key
ok
pending
seq
session
Id
slice
stage
tracking
Id
trail
Key
Documentation
Loading...
Server response body inside
{ gps: ... }