UPMoveTick Class Reference
Inherits from | NSObject |
Conforms to | UPBaseObject |
Declared in | UPMoveAPI.h UPMoveAPI.m |
Tasks
Other Methods
-
activeTime
property -
calories
property -
distance
property -
speed
property -
steps
property -
timestamp
property
Other Methods
Properties
activeTime
The minutes of active time in the tick.
@property (nonatomic, strong) NSNumber *activeTime
Discussion
The minutes of active time in the tick.
Declared In
UPMoveAPI.h
calories
The calories burned during the tick.
@property (nonatomic, strong) NSNumber *calories
Discussion
The calories burned during the tick.
Declared In
UPMoveAPI.h
distance
The distance traveled during the tick.
@property (nonatomic, strong) NSNumber *distance
Discussion
The distance traveled during the tick.
Declared In
UPMoveAPI.h
speed
The average speed during the tick.
@property (nonatomic, strong) NSNumber *speed
Discussion
The average speed during the tick.
Declared In
UPMoveAPI.h