UPMoveTick Class Reference
| Inherits from | NSObject |
| Conforms to | UPBaseObject |
| Declared in | UPMoveAPI.h UPMoveAPI.m |
Tasks
Other Methods
-
activeTimeproperty -
caloriesproperty -
distanceproperty -
speedproperty -
stepsproperty -
timestampproperty
Other Methods
Properties
activeTime
The minutes of active time in the tick.
@property (nonatomic, strong) NSNumber *activeTimeDiscussion
The minutes of active time in the tick.
Declared In
UPMoveAPI.hcalories
The calories burned during the tick.
@property (nonatomic, strong) NSNumber *caloriesDiscussion
The calories burned during the tick.
Declared In
UPMoveAPI.hdistance
The distance traveled during the tick.
@property (nonatomic, strong) NSNumber *distanceDiscussion
The distance traveled during the tick.
Declared In
UPMoveAPI.hspeed
The average speed during the tick.
@property (nonatomic, strong) NSNumber *speedDiscussion
The average speed during the tick.
Declared In
UPMoveAPI.h