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#Copypublic class GeofenceStateEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic int GeofenceId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
API Level: 3
Declaration
C#Copypublic GeofenceState State { get; }
Property Value
Type | Description |
---|---|
GeofenceState |