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#
Copy
public class WalkingActivityDetectorDataUpdatedEventArgs : EventArgs
Inheritance
WalkingActivityDetectorDataUpdatedEventArgs

Properties

View Source

Walking

Gets the walking state.

Declaration
C#
Copy
public DetectorState Walking { get; }
Property Value
Type Description
DetectorState

The walking state.

API Level: 3