Added in API level 34

BloodPressureMeasurementLocation

class BloodPressureMeasurementLocation
kotlin.Any
   ↳ android.health.connect.datatypes.BloodPressureRecord.BloodPressureMeasurementLocation

Identifier for Blood Pressure Measurement Location

Summary

Constants
static Int

Blood pressure measurement location constant for the left upper arm.

static Int

Blood pressure measurement location constant for the left wrist.

static Int

Blood pressure measurement location constant for the right upper arm.

static Int

Blood pressure measurement location constant for the right wrist.

static Int

Constants

BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_UPPER_ARM

Added in API level 34
static val BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_UPPER_ARM: Int

Blood pressure measurement location constant for the left upper arm.

Value: 3

BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_WRIST

Added in API level 34
static val BLOOD_PRESSURE_MEASUREMENT_LOCATION_LEFT_WRIST: Int

Blood pressure measurement location constant for the left wrist.

Value: 1

BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_UPPER_ARM

Added in API level 34
static val BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_UPPER_ARM: Int

Blood pressure measurement location constant for the right upper arm.

Value: 4

BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_WRIST

Added in API level 34
static val BLOOD_PRESSURE_MEASUREMENT_LOCATION_RIGHT_WRIST: Int

Blood pressure measurement location constant for the right wrist.

Value: 2

BLOOD_PRESSURE_MEASUREMENT_LOCATION_UNKNOWN

Added in API level 34
static val BLOOD_PRESSURE_MEASUREMENT_LOCATION_UNKNOWN: Int
Value: 0