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