Class GeofenceStateEventArgs

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.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")] public class GeofenceStateEventArgs : EventArgs
Inheritance
object
System.EventArgs
GeofenceStateEventArgs

Properties

View Source

GeofenceId

The specified geofence ID.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")] public int GeofenceId { get; }
Property Value
Type Description
int
View Source

State

The geofence state.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")] public GeofenceState State { get; }
Property Value
Type Description
GeofenceState