Stay organized with collections
Save and categorize content based on your preferences.
BodyTemperatureMeasurementLocation
class 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
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# BodyTemperatureMeasurementLocation\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nBodyTemperatureMeasurementLocation\n==================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/health/connect/datatypes/BodyTemperatureMeasurementLocation \"View this page in Java\") \n\n```\nclass BodyTemperatureMeasurementLocation\n```\n\n|---|--------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.health.connect.datatypes.BodyTemperatureMeasurementLocation](#) |\n\nWhere on the user's body a temperature measurement was taken from.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_ARMPIT](#MEASUREMENT_LOCATION_ARMPIT:kotlin.Int) Armpit (axillary) body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_EAR](#MEASUREMENT_LOCATION_EAR:kotlin.Int) Ear (tympanic) body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_FINGER](#MEASUREMENT_LOCATION_FINGER:kotlin.Int) Finger body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_FOREHEAD](#MEASUREMENT_LOCATION_FOREHEAD:kotlin.Int) Forehead body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_MOUTH](#MEASUREMENT_LOCATION_MOUTH:kotlin.Int) Mouth body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_RECTUM](#MEASUREMENT_LOCATION_RECTUM:kotlin.Int) Rectum body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_TEMPORAL_ARTERY](#MEASUREMENT_LOCATION_TEMPORAL_ARTERY:kotlin.Int) Temporal artery temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_TOE](#MEASUREMENT_LOCATION_TOE:kotlin.Int) Toe body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_UNKNOWN](#MEASUREMENT_LOCATION_UNKNOWN:kotlin.Int) Body measurement location unknown |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_VAGINA](#MEASUREMENT_LOCATION_VAGINA:kotlin.Int) Vaginal body temperature measurement. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [MEASUREMENT_LOCATION_WRIST](#MEASUREMENT_LOCATION_WRIST:kotlin.Int) Wrist body temperature measurement. |\n\nConstants\n---------\n\n### MEASUREMENT_LOCATION_ARMPIT\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_ARMPIT: Int\n```\n\nArmpit (axillary) body temperature measurement. \n\n Value: 1\n\n### MEASUREMENT_LOCATION_EAR\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_EAR: Int\n```\n\nEar (tympanic) body temperature measurement. \n\n Value: 8\n\n### MEASUREMENT_LOCATION_FINGER\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_FINGER: Int\n```\n\nFinger body temperature measurement. \n\n Value: 2\n\n### MEASUREMENT_LOCATION_FOREHEAD\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_FOREHEAD: Int\n```\n\nForehead body temperature measurement. \n\n Value: 3\n\n### MEASUREMENT_LOCATION_MOUTH\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_MOUTH: Int\n```\n\nMouth body temperature measurement. \n\n Value: 4\n\n### MEASUREMENT_LOCATION_RECTUM\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_RECTUM: Int\n```\n\nRectum body temperature measurement. \n\n Value: 5\n\n### MEASUREMENT_LOCATION_TEMPORAL_ARTERY\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_TEMPORAL_ARTERY: Int\n```\n\nTemporal artery temperature measurement. \n\n Value: 6\n\n### MEASUREMENT_LOCATION_TOE\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_TOE: Int\n```\n\nToe body temperature measurement. \n\n Value: 7\n\n### MEASUREMENT_LOCATION_UNKNOWN\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_UNKNOWN: Int\n```\n\nBody measurement location unknown \n\n Value: 0\n\n### MEASUREMENT_LOCATION_VAGINA\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_VAGINA: Int\n```\n\nVaginal body temperature measurement. \n\n Value: 10\n\n### MEASUREMENT_LOCATION_WRIST\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val MEASUREMENT_LOCATION_WRIST: Int\n```\n\nWrist body temperature measurement. \n\n Value: 9"]]