Class ProximityStateEventArgs
Definition
- Assembly:
- Tizen.Location.Geofence.dll
Event arguments are passed when an event is triggered to notify the proximity state change.
public class ProximityStateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsProximityStateEventArgs
Properties
View SourceGeofenceId
The geofence ID.
Declaration
public int GeofenceId { get; }
Property Value
Type | Description |
---|---|
int |
Provider
The proximity provider.
Declaration
public ProximityProvider Provider { get; }
Property Value
Type | Description |
---|---|
ProximityProvider |
State
The proximity state.
Declaration
public ProximityState State { get; }
Property Value
Type | Description |
---|---|
ProximityState |