Definition
- Namespace:
- Tizen.Location.Geofence
- Assembly:
- Tizen.Location.Geofence.dll
Event arguments are passed when an event is triggered to notify the geofence state change.
[Obsolete("Deprecated since API11. Might be removed in API13")]
public class GeofenceStateEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
GeofenceStateEventArgs
Properties
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public int GeofenceId { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public GeofenceState State { get; }
Property Value