Class FenceStatus
Definition
- Assembly:
- Tizen.Location.Geofence.dll
The geofence status describes the current state and duration of a geofence.
- State: The state is specified by the current state of the fence.
- Duration: Geofence is specified by the duration of the current state.
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")]
public class FenceStatus : IDisposable
- Inheritance
-
objectFence
Status
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")]
public FenceStatus(int fenceId)
Parameters
Type | Name | Description |
---|---|---|
int | fenceId | The geofence ID. |
Exceptions
Type | Condition |
---|---|
System. |
In case of an invalid parameter. |
System. |
In case of geofence is not supported. |
Properties
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")]
public int Duration { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System. |
In case the geofence is not supported. |
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")]
public GeofenceState State { get; }
Property Value
Type | Description |
---|---|
Geofence |
Exceptions
Type | Condition |
---|---|
System. |
In case the geofence is not supported. |
Methods
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")]
public void Dispose()
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")]
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
Declaration
C#
Copy
protected ~FenceStatus()
Implements
System.IDisposable