Class ActivityDetector

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll

The Activity Detector class is used for storing the common activity information.

C#
Copy
public abstract class ActivityDetector : Sensor, IDisposable
Inheritance
object
ActivityDetector
Derived
Implements
System.IDisposable

Fields

View Source

ActivityAttribute

Attribute key for a activity detector.

Declaration
C#
Copy
protected const int ActivityAttribute = 1704065
Field Value
Type Description
int

Properties

View Source

ActivityAccuracy

Gets the activity accuracy of the activity detector.

Declaration
C#
Copy
public SensorDataAccuracy ActivityAccuracy { get; protected set; }
Property Value
Type Description
SensorDataAccuracy

The activity accuracy.

Implements

System.IDisposable