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
static val BODY_POSITION_LYING_DOWN: Int
Body position constant representing lying down.
Value: 3BODY_POSITION_RECLINING
static val BODY_POSITION_RECLINING: Int
Body position constant representing semi-recumbent (partially reclining) pose.
Value: 4BODY_POSITION_SITTING_DOWN
static val BODY_POSITION_SITTING_DOWN: Int
Body position constant representing sitting down.
Value: 2BODY_POSITION_STANDING_UP
static val BODY_POSITION_STANDING_UP: Int
Body position constant representing standing up.
Value: 1BODY_POSITION_UNKNOWN
static val BODY_POSITION_UNKNOWN: Int
Body position unknown / not identified.
Value: 0