Class SleepMonitorDataUpdatedEventArgs

    Definition

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

    The SleepMonitor changed event arguments class is used for storing the data returned by a sleep monitor.

    public class SleepMonitorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    SleepMonitorDataUpdatedEventArgs

    Properties

    View Source

    SleepState

    Gets the value of the sleep state.

    Declaration
    public SleepMonitorState SleepState { get; }
    Property Value
    Type Description
    SleepMonitorState

    The sleep state.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX