Class WalkingActivityDetectorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The WalkingActivityDetector changed event arguments class is used for storing the data returned by a walking activity detector.
public class WalkingActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWalkingActivityDetectorDataUpdatedEventArgs
Properties
View SourceWalking
Gets the walking state.
Declaration
public DetectorState Walking { get; }
Property Value
Type | Description |
---|---|
DetectorState | The walking state. |