splitType property

String? splitType
getter/setter pair

Method used to split the exercise laps.

Users may manually mark the lap as complete even if the tracking is automatic.

Required. Possible string values are:

  • "SPLIT_TYPE_UNSPECIFIED" : Split type is unspecified.
  • "MANUAL" : Manual split.
  • "DURATION" : Split by duration.
  • "DISTANCE" : Split by distance.
  • "CALORIES" : Split by calories.

Implementation

core.String? splitType;