GeofenceState
GeofenceState
GeofenceState
GeofenceState
Enum
Definition
Indicates the current state of a Geofence.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class GeofenceStatepublic enum GeofenceStatePublic Enum GeofenceState// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Entered Entered Entered Entered | The device has entered the geofence area. |
| Exited Exited Exited Exited | The device has left the geofence area. |
| None None None None | No flag is set. |
| Removed Removed Removed Removed | The geofence was removed. |