motionContext property

String? motionContext
getter/setter pair

Indicates the user’s level of activity when the heart rate sample was measured

Optional. Possible string values are:

  • "MOTION_CONTEXT_UNSPECIFIED" : The default value when no data is available.
  • "ACTIVE" : The user is active.
  • "SEDENTARY" : The user is inactive.

Implementation

core.String? motionContext;