SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
RemoveBuddyRequest.h
1
//
2
// RemoveBuddyRequest.h
3
// SFS2X
4
//
5
// Original development by Infosfer Game Technologies Ltd. | http://www.infosfer.com.
6
//
7
// Maintained and developed by A51 Integrated.
8
// Copyright 2012 A51 Integrated | http://a51integrated.com. All rights reserved.
9
//
10
11
#import "BaseRequest.h"
12
13
EXTERN NSString *
const
RemoveBuddyRequest_KEY_BUDDY_NAME;
14
15
/** Remove a new Buddy fron the current Buddy List
16
*/
17
@interface
RemoveBuddyRequest
: BaseRequest {
18
@private
19
20
NSString *_name;
21
}
22
23
@property
(strong) NSString *name;
24
25
-(id)initWithBuddyName:(NSString *)buddyName;
26
/**
27
28
@param buddyName the name of the buddy to remove
29
30
@see [ISFSEvents onBuddyRemove:]
31
@see [ISFSEvents onBuddyError:]
32
@see AddBuddyRequest
33
34
*/
35
+(id)requestWithBuddyName:(NSString *)buddyName;
36
37
@end
RemoveBuddyRequest
Definition:
RemoveBuddyRequest.h:17
SFS2X-ObjC-API
Classes
SFS2X
RemoveBuddyRequest.h
Generated by
1.8.17