SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <GoOnlineRequest.h>
Inherits BaseRequest.
Instance Methods | |
(id) | - initWithOnline: |
Class Methods | |
(id) | + requestWithOnline: |
Toggles the Buddy ONLINE status of the User.
All clients who have the current User as their Buddy in the BuddyList, will see his status change accordingly. Going online/offline as Buddy doesn't affect the User connection,the currently joined Zone/Rooms etc...
The ONLINE status is maintained by a reserved and persistent BuddyVariable.
+ (id) requestWithOnline: | (BOOL) | online |
online | : the Buddy Online status |