Added in API level 34

BodyPosition

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

Identifier for body position

Summary

Constants
static Int

Body position constant representing lying down.

static Int

Body position constant representing semi-recumbent (partially reclining) pose.

static Int

Body position constant representing sitting down.

static Int

Body position constant representing standing up.

static Int

Body position unknown / not identified.

Constants

BODY_POSITION_LYING_DOWN

Added in API level 34
static val BODY_POSITION_LYING_DOWN: Int

Body position constant representing lying down.

Value: 3

BODY_POSITION_RECLINING

Added in API level 34
static val BODY_POSITION_RECLINING: Int

Body position constant representing semi-recumbent (partially reclining) pose.

Value: 4

BODY_POSITION_SITTING_DOWN

Added in API level 34
static val BODY_POSITION_SITTING_DOWN: Int

Body position constant representing sitting down.

Value: 2

BODY_POSITION_STANDING_UP

Added in API level 34
static val BODY_POSITION_STANDING_UP: Int

Body position constant representing standing up.

Value: 1

BODY_POSITION_UNKNOWN

Added in API level 34
static val BODY_POSITION_UNKNOWN: Int

Body position unknown / not identified.

Value: 0