SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
AddBuddyRequest Class Reference

#import <AddBuddyRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithBuddyName:
 

Class Methods

(id) + requestWithBuddyName:
 

Properties

NSString * name
 

Detailed Description

Add a new Buddy to the current Buddy List

Method Documentation

◆ requestWithBuddyName:

+ (id) requestWithBuddyName: (NSString *)  buddyName

Sends a request to the server to add a new Buddy to the Buddy List

Parameters
buddyNamethe name of the buddy to add
See also
[ISFSEvents onBuddyAdd:]
[ISFSEvents onBuddyError:]
RemoveBuddyRequest