Class SleepMonitorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The SleepMonitor changed event arguments class is used for storing the data returned by a sleep monitor.
C#Copypublic class SleepMonitorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic SleepMonitorState SleepState { get; }
Property Value
Type | Description |
---|---|
SleepMonitorState | The sleep state. |