BodyTemperatureMeasurementLocation
class BodyTemperatureMeasurementLocation
kotlin.Any | |
↳ | android.health.connect.datatypes.BodyTemperatureMeasurementLocation |
Where on the user's body a temperature measurement was taken from.
Summary
Constants | |
---|---|
static Int |
Armpit (axillary) body temperature measurement. |
static Int |
Ear (tympanic) body temperature measurement. |
static Int |
Finger body temperature measurement. |
static Int |
Forehead body temperature measurement. |
static Int |
Mouth body temperature measurement. |
static Int |
Rectum body temperature measurement. |
static Int |
Temporal artery temperature measurement. |
static Int |
Toe body temperature measurement. |
static Int |
Body measurement location unknown |
static Int |
Vaginal body temperature measurement. |
static Int |
Wrist body temperature measurement. |
Constants
MEASUREMENT_LOCATION_ARMPIT
static val MEASUREMENT_LOCATION_ARMPIT: Int
Armpit (axillary) body temperature measurement.
Value: 1
MEASUREMENT_LOCATION_EAR
static val MEASUREMENT_LOCATION_EAR: Int
Ear (tympanic) body temperature measurement.
Value: 8
MEASUREMENT_LOCATION_FINGER
static val MEASUREMENT_LOCATION_FINGER: Int
Finger body temperature measurement.
Value: 2
MEASUREMENT_LOCATION_FOREHEAD
static val MEASUREMENT_LOCATION_FOREHEAD: Int
Forehead body temperature measurement.
Value: 3
MEASUREMENT_LOCATION_MOUTH
static val MEASUREMENT_LOCATION_MOUTH: Int
Mouth body temperature measurement.
Value: 4
MEASUREMENT_LOCATION_RECTUM
static val MEASUREMENT_LOCATION_RECTUM: Int
Rectum body temperature measurement.
Value: 5
MEASUREMENT_LOCATION_TEMPORAL_ARTERY
static val MEASUREMENT_LOCATION_TEMPORAL_ARTERY: Int
Temporal artery temperature measurement.
Value: 6
MEASUREMENT_LOCATION_TOE
static val MEASUREMENT_LOCATION_TOE: Int
Toe body temperature measurement.
Value: 7
MEASUREMENT_LOCATION_UNKNOWN
static val MEASUREMENT_LOCATION_UNKNOWN: Int
Body measurement location unknown
Value: 0
MEASUREMENT_LOCATION_VAGINA
static val MEASUREMENT_LOCATION_VAGINA: Int
Vaginal body temperature measurement.
Value: 10
MEASUREMENT_LOCATION_WRIST
static val MEASUREMENT_LOCATION_WRIST: Int
Wrist body temperature measurement.
Value: 9