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#
Copy
public class SleepMonitorDataUpdatedEventArgs : EventArgs
Inheritance
SleepMonitorDataUpdatedEventArgs

Properties

View Source

SleepState

Gets the value of the sleep state.

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

The sleep state.

API Level: 3