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#Copypublic abstract class ActivityDetector : Sensor, IDisposable
- Inheritance
- Derived
- Implements
-
System.IDisposable
Fields
Declaration
C#Copyprotected const int ActivityAttribute = 1704065
Field Value
Type | Description |
---|---|
System.Int32 |
API Level: 3
Properties
Declaration
C#Copypublic SensorDataAccuracy ActivityAccuracy { get; protected set; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | The activity accuracy. |
API Level: 3
Implements
System.IDisposable