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.

C#
Copy
public class ProximityStateEventArgs : EventArgs
Inheritance
System.Object
ProximityStateEventArgs

Properties

View Source

GeofenceId

The geofence ID.

Declaration
C#
Copy
public int GeofenceId { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Provider

The proximity provider.

Declaration
C#
Copy
public ProximityProvider Provider { get; }
Property Value
Type Description
ProximityProvider
API Level: 3
View Source

State

The proximity state.

Declaration
C#
Copy
public ProximityState State { get; }
Property Value
Type Description
ProximityState
API Level: 3