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.
public class GeofenceStateEventArgs : EventArgs
- Inheritance
Properties
View SourceGeofenceId
The specified geofence ID.
Declaration
public int GeofenceId { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceState
The geofence state.
Declaration
public GeofenceState State { get; }
Property Value
Type | Description |
---|---|
GeofenceState |