Class ProximityStateEventArgs
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
Properties
View SourceGeofenceId
The geofence ID.
Declaration
public int GeofenceId { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceProvider
The proximity provider.
Declaration
public ProximityProvider Provider { get; }
Property Value
Type | Description |
---|---|
ProximityProvider |
API Level: 3
View SourceState
The proximity state.
Declaration
public ProximityState State { get; }
Property Value
Type | Description |
---|---|
ProximityState |