UPUser Class Reference
| Inherits from | NSObject |
| Conforms to | UPBaseObject |
| Declared in | UPUserAPI.h UPUserAPI.m |
Tasks
Other Methods
-
xidproperty -
firstNameproperty -
lastNameproperty -
imageURLproperty -
weightproperty -
heightproperty -
genderproperty
Other Methods
Properties
firstName
The user’s first name.
@property (nonatomic, strong) NSString *firstNameDiscussion
The user’s first name.
Declared In
UPUserAPI.hgender
The user’s gender.
@property (nonatomic, assign) UPUserGender genderDiscussion
The user’s gender.
Declared In
UPUserAPI.hheight
The user’s height, in meters.
@property (nonatomic, strong) NSNumber *heightDiscussion
The user’s height, in meters.
Declared In
UPUserAPI.himageURL
The user’s image URL.
@property (nonatomic, strong) NSString *imageURLDiscussion
The user’s image URL.
Declared In
UPUserAPI.hlastName
The user’s last name.
@property (nonatomic, strong) NSString *lastNameDiscussion
The user’s last name.
Declared In
UPUserAPI.h