VLDRoutine

@interface VLDRoutine : VLDRecord

Activities that occur regularly throughout the day, without the specific goal of exercise, for example calories burned and consumed, steps taken, stairs climbed. These activities are aggregate throughout the day.

  • Number of steps taken during routine

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *steps
  • The value of the measured quantity in meters

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *distance
  • The value of the measured quantity

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *floors
  • Elevation climbed in meters

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *elevation
  • Calories burned during fitness activity

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *caloriesBurned
  • The value of the measured quantity in seconds

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *activeDuration