Class ProximityStateEventArgs
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Event arguments are passed when an event is triggered to notify the proximity state change.
[Obsolete("Deprecated since API11. Might be removed in API13")]
public class ProximityStateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsProximityStateEventArgs
Properties
View SourceGeofenceId
The geofence ID.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public int GeofenceId { get; }
Property Value
Type | Description |
---|---|
int |
Provider
The proximity provider.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public ProximityProvider Provider { get; }
Property Value
Type | Description |
---|---|
ProximityProvider |
State
The proximity state.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13")]
public ProximityState State { get; }
Property Value
Type | Description |
---|---|
ProximityState |