STEP_COUNT constant

String const STEP_COUNT

Total step count since last system boot from the phone's pedometer. Kept for backwards compatibility with CAMS 1.x protocols (protocol API level < 2.0) - use STEP_EVENT instead.

  • Event-based measure.
  • Uses the Smartphone device for data collection.
  • No sampling configuration needed.

Implementation

static const String STEP_COUNT = CarpDataTypes.STEP_COUNT;