sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.location
/
GnssStatusCompat
/
wrap
wrap
@
RequiresApi
(
value
=
VERSION_CODES.N
)
@
NonNull
open
fun
wrap
(
@
NonNull
gnssStatus
:
@
NonNull
GnssStatus
)
:
@
NonNull
GnssStatusCompat
(
source
)
Wraps the given
GnssStatus
as GnssStatusCompat.
@
NonNull
open
fun
wrap
(
@
NonNull
gpsStatus
:
@
NonNull
GpsStatus
)
:
@
NonNull
GnssStatusCompat
(
source
)
Wraps the given
GpsStatus
as GnssStatusCompat.