ZRSummaryData Class Reference

Inherits from ZRHealthData : NSObject
Declared in ZRHealthData.h

  distance

! Unit is meter

@property (nonatomic, assign) float distance

Declared In

ZRHealthData.h

  calorie

! Calorie , unit is kcal

@property (nonatomic, assign) float calorie

Declared In

ZRHealthData.h

  exerciseMinutes

The training time for the day, nil means that the device does not support, different from 0

@property (nonatomic, strong) NSNumber *exerciseMinutes

Declared In

ZRHealthData.h

  sleepMinutes

Like exerciseMinutes, which means sleep time, nil means the device does not support it

@property (nonatomic, strong) NSNumber *sleepMinutes

Declared In

ZRHealthData.h

  heartRate

The value of the last detection of heart rate, nil that does not support

@property (nonatomic, strong) NSNumber *heartRate

Declared In

ZRHealthData.h