Class GeofenceStateEventArgs
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Event arguments are passed when an event is triggered to notify the geofence state change.
public class GeofenceStateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsGeofenceStateEventArgs
Properties
View SourceGeofenceId
The specified geofence ID.
Declaration
public int GeofenceId { get; }
Property Value
Type | Description |
---|---|
int |
State
The geofence state.
Declaration
public GeofenceState State { get; }
Property Value
Type | Description |
---|---|
GeofenceState |