Class GeofenceResponseEventArgs

Definition

Namespace:
Tizen.Location.Geofence
Assembly:
Tizen.Location.Geofence.dll
API Level:
3

Event arguments are passed when an event occurs in geofence and the place, such as add, update, etc..

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

Properties

View Source

ErrorCode

The error code for the particular action.

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

EventType

The result code for the particular place and geofence management.

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

FenceId

The specified geofence ID.

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

PlaceId

The place ID.

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