Class WalkingActivityDetectorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    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
    object
    System.EventArgs
    WalkingActivityDetectorDataUpdatedEventArgs

    Properties

    View Source

    Walking

    Gets the walking state.

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

    The walking state.

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