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