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..
[Obsolete("Deprecated since API11. Might be removed in API13")]
public class GeofenceResponseEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
GeofenceResponseEventArgs
Properties
View Source
ErrorCode
The error code for the particular action.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public GeofenceError ErrorCode { get; }
Property Value
View Source
EventType
The result code for the particular place and geofence management.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public GeofenceEventType EventType { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public int FenceId { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public int PlaceId { get; }
Property Value