Class GeofenceStateEventArgs

Definition

Namespace:
Tizen.Location.Geofence
Assembly:
Tizen.Location.Geofence.dll
API Level:
3

Event arguments are passed when an event is triggered to notify the geofence state change.

C#
Copy
public class GeofenceStateEventArgs : EventArgs
Inheritance
System.Object
GeofenceStateEventArgs

Properties

View Source

GeofenceId

The specified geofence ID.

Declaration
C#
Copy
public int GeofenceId { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

State

The geofence state.

Declaration
C#
Copy
public GeofenceState State { get; }
Property Value
Type Description
GeofenceState
API Level: 3