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.EventArgsSleepMonitorDataUpdatedEventArgs
Properties
View SourceSleepState
Gets the value of the sleep state.
Declaration
public SleepMonitorState SleepState { get; }
Property Value
Type | Description |
---|---|
SleepMonitorState | The sleep state. |