Enum GeofenceEventType
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Enumeration for the geofence management events.
public enum GeofenceEventType
Fields
Name | Description |
---|---|
FenceAdded | Geofence is added. |
FenceRemoved | Geofence is removed. |
FenceStarted | Geofencing is started. |
FenceStopped | Geofencing is stopped. |
PlaceAdded | Place is added. |
PlaceRemoved | Place is removed. |
PlaceUpdated | Place is updated. |
SettingDisabled | Setting for geofencing is disabled. |
SettingEnabled | Setting for geofencing is enabled. |