Class FaceDownGestureDetectorDataUpdatedEventArgs

Definition

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

The FaceDownGestureDetector changed event arguments class is used for storing the data returned by a face down gesture detector.

C#
Copy
public class FaceDownGestureDetectorDataUpdatedEventArgs : EventArgs
Inheritance
FaceDownGestureDetectorDataUpdatedEventArgs

Properties

View Source

FaceDown

Gets the face down state.

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

The face down state.

API Level: 3