Inherits from NSObject
Conforms to UPBaseObject
Declared in UPMoveAPI.h
UPMoveAPI.m

Overview

A move tick represents details about the move at a small section in time.

Tasks

Other Methods

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

steps

The total number of steps taken during the tick.

@property (nonatomic, strong) NSNumber *steps

Discussion

The total number of steps taken during the tick.

Declared In

UPMoveAPI.h

timestamp

The timestamp of the tick.

@property (nonatomic, strong) NSDate *timestamp

Discussion

The timestamp of the tick.

Declared In

UPMoveAPI.h

Instance Methods

decodeFromDictionary:

Decodes an object from a JSON dictionary.

- (void)decodeFromDictionary:(NSDictionary *)dictionary

Discussion

Decodes an object from a JSON dictionary.

Declared In

UPBaseEventAPI.h

encodeToDictionary

Encodes an object to a JSON dictionary.

- (NSDictionary *)encodeToDictionary

Discussion

Encodes an object to a JSON dictionary.

Declared In

UPBaseEventAPI.h