GnssNavigationCallbackStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum GnssNavigationCallbackStatus
type GnssNavigationCallbackStatus =
- Inheritance
-
GnssNavigationCallbackStatus
Fields
| Name | Value | Description |
|---|---|---|
| NotSupported | 0 | This constant was deprecated in API level 31. Do not use. The system does not support tracking of GNSS Navigation Messages. This status will not change in the future. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Ready | 1 | This constant was deprecated in API level 31. Do not use. GNSS Navigation Messages are successfully being tracked, it will receive updates once they are available. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| LocationDisabled | 2 | This constant was deprecated in API level 31. Do not use. GNSS provider or Location is disabled, updated will not be received until they are enabled. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.