sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.location
/
GnssStatusCompat
/
Callback
Callback
abstract
class
Callback
(
source
)
See
GnssStatus.Callback
.
Members
Constructors
Callback
Link copied to clipboard
constructor
(
)
Functions
on
First
Fix
Link copied to clipboard
open
fun
onFirstFix
(
@
IntRange
(
from
=
0
)
ttffMillis
:
Int
)
See
onFirstFix
.
on
Satellite
Status
Changed
Link copied to clipboard
open
fun
onSatelliteStatusChanged
(
@
NonNull
status
:
@
NonNull
GnssStatusCompat
)
See
onSatelliteStatusChanged
.
on
Started
Link copied to clipboard
open
fun
onStarted
(
)
See
onStarted
.
on
Stopped
Link copied to clipboard
open
fun
onStopped
(
)
See
onStopped
.