Class ActivityDetector
Definition
- Assembly:
- Tizen.Sensor.dll
The Activity Detector class is used for storing the common activity information.
public abstract class ActivityDetector : Sensor, IDisposable
- Inheritance
- Derived
- Implements
-
System.IDisposable
Fields
View SourceActivityAttribute
Attribute key for a activity detector.
Declaration
protected const int ActivityAttribute = 1704065
Field Value
Type | Description |
---|---|
int |
Properties
View SourceActivityAccuracy
Gets the activity accuracy of the activity detector.
Declaration
public SensorDataAccuracy ActivityAccuracy { get; protected set; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | The activity accuracy. |
Implements
System.IDisposable