Class RunningActivityDetectorDataUpdatedEventArgs

    Definition

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

    The RunningActivityDetector changed event arguments class is used for storing the data returned by a running activity detector.

    public class RunningActivityDetectorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RunningActivityDetectorDataUpdatedEventArgs

    Properties

    View Source

    Running

    Gets the running state.

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

    The running state.

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