Class ActivityDetector

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

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

C#
Copy
public abstract class ActivityDetector : Sensor, IDisposable
Inheritance
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
System.Int32
API Level: 3

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.

API Level: 3

Implements

System.IDisposable