sensor_sleep_state_e class abstract

@brief Enumeration for sleep state. @details In its #sensor_event_s, #SENSOR_HUMAN_SLEEP_MONITOR reports the user's sleep state as one of the followings. @since_tizen 3.0

Constructors

sensor_sleep_state_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SENSOR_SLEEP_STATE_SLEEP → const int
< The user is asleep
SENSOR_SLEEP_STATE_UNKNOWN → const int
< Uncertain
SENSOR_SLEEP_STATE_WAKE → const int
< The user is awake