Inherits from NSObject
Declared in JOFriend.h

Overview

This class contains various methods for receiving information about a user.

Tasks

  •   nickname

    This property is the nickname of the friend.

    property
  •   lastPosUpdate

    This property is the time point of the last position update of the friend.

    property
  •   friendshipStatus

    This property is the current friendship status of the friend.

    property
  •   image

    This property is the avatar image of the friend.

    property
  •   imageHash

    This property is the avatar image of the friend.

    property
  •   latitude

    This property is the last known position (latitude) of the friend.

    property
  •   longitude

    This property is the last known position (longitude) of the friend.

    property
  •   userId

    This property is the identifier of the friend.

    property
  •   isActive

    This property is the current status of the friend.

    property
  •   facebookId

    This property is the identifier of the friend.

    property
  • – initWithJSON:

    This methods creates a friend object from a JSON string.

Properties

facebookId

This property is the identifier of the friend.

@property (atomic, strong) NSString *facebookId

Declared In

JOFriend.h

friendshipStatus

This property is the current friendship status of the friend.

@property (atomic, strong) NSNumber *friendshipStatus

Declared In

JOFriend.h

image

This property is the avatar image of the friend.

@property (atomic, strong) NSString *image

Declared In

JOFriend.h

imageHash

This property is the avatar image of the friend.

@property (atomic, strong) NSString *imageHash

Declared In

JOFriend.h

isActive

This property is the current status of the friend.

@property BOOL isActive

Declared In

JOFriend.h

lastPosUpdate

This property is the time point of the last position update of the friend.

@property (atomic, strong) NSNumber *lastPosUpdate

Declared In

JOFriend.h

latitude

This property is the last known position (latitude) of the friend.

@property (atomic, strong) NSNumber *latitude

Declared In

JOFriend.h

longitude

This property is the last known position (longitude) of the friend.

@property (atomic, strong) NSNumber *longitude

Declared In

JOFriend.h

nickname

This property is the nickname of the friend.

@property (atomic, strong) NSString *nickname

Declared In

JOFriend.h

userId

This property is the identifier of the friend.

@property (atomic, strong) NSString *userId

Declared In

JOFriend.h

Instance Methods

initWithJSON:

This methods creates a friend object from a JSON string.

- (id)initWithJSON:(NSDictionary *)jsonData

Declared In

JOFriend.h