|
SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <BlockBuddyRequest.h>
Inherits BaseRequest.
Instance Methods | |
| (id) | - initWithBuddyName:blocked: |
Class Methods | |
| (id) | + requestWithBuddyName:blocked: |
Properties | |
| NSString * | buddyName |
Block/Unblock a Buddy in the User's BuddyList
Blocked buddies won't be able to see the the User online status and send messages or events
| + (id) requestWithBuddyName: | (NSString *) | buddyName | |
| blocked: | (BOOL) | blocked | |
Request to Block/Unblock a Buddy in the User's BuddyList
| buddyName | the name of the buddy to add |
| blocked | the blocked status |