Class WalkingActivityDetectorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The WalkingActivityDetector changed event arguments class is used for storing the data returned by a walking activity detector.
C#Copypublic class WalkingActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic DetectorState Walking { get; }
Property Value
Type | Description |
---|---|
DetectorState | The walking state. |