Definition
- Namespace:
- Tizen.Location.Geofence
- 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
-
object
System.EventArgs
GeofenceResponseEventArgs
Properties
View Source
ErrorCode
The error code for the particular action.
Declaration
public GeofenceError ErrorCode { get; }
Property Value
View Source
EventType
The result code for the particular place and geofence management.
Declaration
public GeofenceEventType EventType { get; }
Property Value
Declaration
public int FenceId { get; }
Property Value
Declaration
public int PlaceId { get; }
Property Value