Class WristUpGestureDetectorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

The WristUpGestureDetector changed event arguments class is used for storing the data returned by a wrist up gesture detector.

C#
Copy
public class WristUpGestureDetectorDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
WristUpGestureDetectorDataUpdatedEventArgs

Properties

View Source

WristUp

Gets the wrist up state.

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

The wrist up state.

API Level: 3