GeofenceMonitorStatus Enum

Definition

Enumerates values returned by several types and taken as a parameter of several methods of GeofenceHardwareCallback.

public enum GeofenceMonitorStatus
type GeofenceMonitorStatus = 
Inheritance
GeofenceMonitorStatus

Fields

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.

Applies to