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 proximity state change.
public class ProximityStateEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
ProximityStateEventArgs
Properties
Declaration
public int GeofenceId { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public ProximityProvider Provider { get; }
Property Value
API Level: 3
Declaration
public ProximityState State { get; }
Property Value
API Level: 3