Class GeofenceResponseEventArgs
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Event arguments are passed when an event occurs in geofence and the place, such as add, update, etc..
public class GeofenceResponseEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsGeofenceResponseEventArgs
Properties
View SourceErrorCode
The error code for the particular action.
Declaration
public GeofenceError ErrorCode { get; }
Property Value
Type | Description |
---|---|
GeofenceError |
EventType
The result code for the particular place and geofence management.
Declaration
public GeofenceEventType EventType { get; }
Property Value
Type | Description |
---|---|
GeofenceEventType |
FenceId
The specified geofence ID.
Declaration
public int FenceId { get; }
Property Value
Type | Description |
---|---|
int |
PlaceId
The place ID.
Declaration
public int PlaceId { get; }
Property Value
Type | Description |
---|---|
int |