UPMove Class Reference
Inherits from | UPBaseEvent : NSObject |
Declared in | UPMoveAPI.h UPMoveAPI.m |
Tasks
Other Methods
-
activeTime
property -
inactiveTime
property -
restingCalories
property -
activeCalories
property -
totalCalories
property -
distance
property -
steps
property -
longestIdle
property -
longestActive
property -
graphImageURL
property
Other Methods
Properties
activeCalories
The number of active calories burned.
@property (nonatomic, strong) NSNumber *activeCalories
Discussion
The number of active calories burned.
Declared In
UPMoveAPI.h
activeTime
The duration of time for which the user was active.
@property (nonatomic, strong) NSNumber *activeTime
Discussion
The duration of time for which the user was active.
Declared In
UPMoveAPI.h
distance
The distance traveled during the move event.
@property (nonatomic, strong) NSNumber *distance
Discussion
The distance traveled during the move event.
Declared In
UPMoveAPI.h
graphImageURL
The URL for the graph image for the move event.
@property (nonatomic, strong) NSString *graphImageURL
Discussion
The URL for the graph image for the move event.
Declared In
UPMoveAPI.h
inactiveTime
The duration of time for which the user was inactive.
@property (nonatomic, strong) NSNumber *inactiveTime
Discussion
The duration of time for which the user was inactive.
Declared In
UPMoveAPI.h
longestActive
The longest period of time that the user spent active during the move event.
@property (nonatomic, strong) NSNumber *longestActive
Discussion
The longest period of time that the user spent active during the move event.
Declared In
UPMoveAPI.h
longestIdle
The longest time that the user spent idle during the move event.
@property (nonatomic, strong) NSNumber *longestIdle
Discussion
The longest time that the user spent idle during the move event.
Declared In
UPMoveAPI.h
restingCalories
The number of resting calories burned.
@property (nonatomic, strong) NSNumber *restingCalories
Discussion
The number of resting calories burned.
Declared In
UPMoveAPI.h