VLDFitness Class Reference

Inherits from VLDRecord : VLDModel : NSObject
Declared in VLDFitness.h

Overview

Fitness records return data for activities that are undertaken with the express purpose of exercising. These activities have a defined duration (time, distance, elevation, etc.).

  type

Type of fitness activity: Walking, Running, Swimming, etc.

@property (nonatomic, copy, nullable) NSString *type

Discussion

Type of fitness activity: Walking, Running, Swimming, etc.

Declared In

VLDFitness.h

  intensity

Subjective intensity with which an activity was performed. Examples are: low, medium, high. Returned as provided by source

@property (nonatomic, copy, nullable) NSString *intensity

Discussion

Subjective intensity with which an activity was performed. Examples are: low, medium, high. Returned as provided by source

Declared In

VLDFitness.h

  startTime

Timestamp of when fitness activity started in ISO08601 format

@property (nonatomic, strong, nullable) NSDate *startTime

Discussion

Timestamp of when fitness activity started in ISO08601 format

Declared In

VLDFitness.h

  distance

Distance in meters

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

Discussion

Distance in meters

Declared In

VLDFitness.h

  duration

Duration of fitness activity in seconds

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

Discussion

Duration of fitness activity in seconds

Declared In

VLDFitness.h

  calories

Calories burned during fitness activity

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

Discussion

Calories burned during fitness activity

Declared In

VLDFitness.h