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