Inherits from UPBaseEvent : NSObject
Declared in UPMoveAPI.h
UPMoveAPI.m

Overview

A move represents the user’s activity throughout a day.

Tasks

Other Methods

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

steps

The number of steps taken during the event.

@property (nonatomic, strong) NSNumber *steps

Discussion

The number of steps taken during the event.

Declared In

UPMoveAPI.h

totalCalories

The number of total calories burned.

@property (nonatomic, strong) NSNumber *totalCalories

Discussion

The number of total calories burned.

Declared In

UPMoveAPI.h

Instance Methods

apiType

- (NSString *)apiType

Declared In

UPBaseEventAPI.h

decodeFromDictionary:

- (void)decodeFromDictionary:(NSDictionary *)dictionary

Declared In

UPBaseEventAPI.h