BloodPressureRecord.BodyPosition

public static final class BloodPressureRecord.BodyPosition
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.BloodPressureRecord.BodyPosition


Identifier for body position

Summary

Constants

int BODY_POSITION_LYING_DOWN

Body position constant representing lying down.

int BODY_POSITION_RECLINING

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

int BODY_POSITION_SITTING_DOWN

Body position constant representing sitting down.

int BODY_POSITION_STANDING_UP

Body position constant representing standing up.

int BODY_POSITION_UNKNOWN

Body position unknown / not identified.

Inherited methods

Constants

BODY_POSITION_LYING_DOWN

Added in API level 34
public static final int BODY_POSITION_LYING_DOWN

Body position constant representing lying down.

Constant Value: 3 (0x00000003)

BODY_POSITION_RECLINING

Added in API level 34
public static final int BODY_POSITION_RECLINING

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

Constant Value: 4 (0x00000004)

BODY_POSITION_SITTING_DOWN

Added in API level 34
public static final int BODY_POSITION_SITTING_DOWN

Body position constant representing sitting down.

Constant Value: 2 (0x00000002)

BODY_POSITION_STANDING_UP

Added in API level 34
public static final int BODY_POSITION_STANDING_UP

Body position constant representing standing up.

Constant Value: 1 (0x00000001)

BODY_POSITION_UNKNOWN

Added in API level 34
public static final int BODY_POSITION_UNKNOWN

Body position unknown / not identified.

Constant Value: 0 (0x00000000)