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

Overview

Represents a logged in user.

Tasks

Other Methods

Other Methods

Properties

firstName

The user’s first name.

@property (nonatomic, strong) NSString *firstName

Discussion

The user’s first name.

Declared In

UPUserAPI.h

gender

The user’s gender.

@property (nonatomic, assign) UPUserGender gender

Discussion

The user’s gender.

Declared In

UPUserAPI.h

height

The user’s height, in meters.

@property (nonatomic, strong) NSNumber *height

Discussion

The user’s height, in meters.

Declared In

UPUserAPI.h

imageURL

The user’s image URL.

@property (nonatomic, strong) NSString *imageURL

Discussion

The user’s image URL.

Declared In

UPUserAPI.h

lastName

The user’s last name.

@property (nonatomic, strong) NSString *lastName

Discussion

The user’s last name.

Declared In

UPUserAPI.h

weight

The user’s most recent weight, in kilograms.

@property (nonatomic, strong) NSNumber *weight

Discussion

The user’s most recent weight, in kilograms.

Declared In

UPUserAPI.h

xid

The user’s unique identifier.

@property (nonatomic, strong) NSString *xid

Discussion

The user’s unique identifier.

Declared In

UPUserAPI.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