Class SleepMonitorDataUpdatedEventArgs
Definition
- 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
-
objectSystem.
Event Args SleepMonitor Data Updated Event Args
Properties
View SourceSleepState
Gets the value of the sleep state.
Declaration
public SleepMonitorState SleepState { get; }
Property Value
Type | Description |
---|---|
Sleep |
The sleep state. |