sensor_pedometer_state_e class abstract
@brief Enumeration for pedestrian state. @details In its #sensor_event_s, #SENSOR_HUMAN_PEDOMETER reports the user's pedestrian state as one of the followings. @since_tizen 3.0
Constructors
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_PEDOMETER_STATE_RUN → const int
- < The user is running
- SENSOR_PEDOMETER_STATE_STOP → const int
- < The user is not moving
- SENSOR_PEDOMETER_STATE_UNKNOWN → const int
- < Uncertain
- SENSOR_PEDOMETER_STATE_WALK → const int
- < The user is walking