UPMove Class Reference
| Inherits from | UPBaseEvent : NSObject |
| Declared in | UPMoveAPI.h UPMoveAPI.m |
Tasks
Other Methods
-
activeTimeproperty -
inactiveTimeproperty -
restingCaloriesproperty -
activeCaloriesproperty -
totalCaloriesproperty -
distanceproperty -
stepsproperty -
longestIdleproperty -
longestActiveproperty -
graphImageURLproperty
Other Methods
Properties
activeCalories
The number of active calories burned.
@property (nonatomic, strong) NSNumber *activeCaloriesDiscussion
The number of active calories burned.
Declared In
UPMoveAPI.hactiveTime
The duration of time for which the user was active.
@property (nonatomic, strong) NSNumber *activeTimeDiscussion
The duration of time for which the user was active.
Declared In
UPMoveAPI.hdistance
The distance traveled during the move event.
@property (nonatomic, strong) NSNumber *distanceDiscussion
The distance traveled during the move event.
Declared In
UPMoveAPI.hgraphImageURL
The URL for the graph image for the move event.
@property (nonatomic, strong) NSString *graphImageURLDiscussion
The URL for the graph image for the move event.
Declared In
UPMoveAPI.hinactiveTime
The duration of time for which the user was inactive.
@property (nonatomic, strong) NSNumber *inactiveTimeDiscussion
The duration of time for which the user was inactive.
Declared In
UPMoveAPI.hlongestActive
The longest period of time that the user spent active during the move event.
@property (nonatomic, strong) NSNumber *longestActiveDiscussion
The longest period of time that the user spent active during the move event.
Declared In
UPMoveAPI.hlongestIdle
The longest time that the user spent idle during the move event.
@property (nonatomic, strong) NSNumber *longestIdleDiscussion
The longest time that the user spent idle during the move event.
Declared In
UPMoveAPI.hrestingCalories
The number of resting calories burned.
@property (nonatomic, strong) NSNumber *restingCaloriesDiscussion
The number of resting calories burned.
Declared In
UPMoveAPI.h