POLYMERIZE_CONTINUOUS_EXERCISE_INTENSITY_STATISTICS constant

DataType const POLYMERIZE_CONTINUOUS_EXERCISE_INTENSITY_STATISTICS

Heartbeat intensity statistics.

Implementation

static const DataType POLYMERIZE_CONTINUOUS_EXERCISE_INTENSITY_STATISTICS =
    DataType(
  'com.huawei.continuous.exercise_intensity.statistics',
  'https://www.huawei.com/healthkit/strength.read',
  'https://www.huawei.com/healthkit/strength.write',
  <Field>[
    Field.FIELD_INTENSITY,
    Field.FIELD_SPAN,
  ],
  isPolymerizedFlag: true,
);