Class WristUpGestureDetectorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

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

    public class WristUpGestureDetectorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    WristUpGestureDetectorDataUpdatedEventArgs

    Properties

    View Source

    WristUp

    Gets the wrist up state.

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

    The wrist up state.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX