sensor_recorder_data_e class abstract

@brief Enumeration for data attributes can be contained in #sensor_recorder_data_h. @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif @see sensor_recorder_data_get_int() @see sensor_recorder_data_get_double()

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_RECORDER_DATA_AVERAGE_PRESSURE → const int
< Average pressure; double
SENSOR_RECORDER_DATA_CALORIE → const int
< Calorie burned (kcal); double @if WEARABLE (Since 3.0) @endif
SENSOR_RECORDER_DATA_DISTANCE → const int
< Distance walked or ran (m); double @if WEARABLE (Since 3.0) @endif
SENSOR_RECORDER_DATA_HEART_RATE → const int
< Heart Rate (BPM); int @if WEARABLE (Since 3.0) @endif
SENSOR_RECORDER_DATA_MAX_PRESSURE → const int
< Max pressure; double
SENSOR_RECORDER_DATA_MIN_PRESSURE → const int
< Min pressure; double
SENSOR_RECORDER_DATA_PRESSURE → const int
< Pressure; double
SENSOR_RECORDER_DATA_RUN_STEPS → const int
< Count of running steps; int @if WEARABLE (Since 3.0) @endif
SENSOR_RECORDER_DATA_SLEEP_STATE → const int
< Sleep state; int; One of #sensor_sleep_state_e @if WEARABLE (Since 3.0) @endif
SENSOR_RECORDER_DATA_STEPS → const int
< Count of both walking and running steps; int @if WEARABLE (Since 3.0) @endif
SENSOR_RECORDER_DATA_WALK_STEPS → const int
< Count of walking steps; int @if WEARABLE (Since 3.0) @endif