GeofenceMonitorStatus 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.
Enumerates values returned by several types and taken as a parameter of several methods of GeofenceHardwareCallback.
public enum GeofenceMonitorStatus
type GeofenceMonitorStatus =
- Inheritance
-
GeofenceMonitorStatus
Fields
Name | Value | Description |
---|---|---|
CurrentlyAvailable | 0 | Constant to indiciate that the monitoring system is currently available for monitoring geofences. |
CurrentlyUnavailable | 1 | Constant to indiciate that the monitoring system is currently unavailable for monitoring geofences. |
Unsupported | 2 | Constant to indiciate that the monitoring system is unsupported for hardware geofence monitoring. |
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.