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

#import <GoOnlineRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithOnline:
 

Class Methods

(id) + requestWithOnline:
 

Detailed Description

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.

See also
SFSBuddyVariable
ReservedBuddyVariables

Method Documentation

◆ requestWithOnline:

+ (id) requestWithOnline: (BOOL)  online
Parameters
online: the Buddy Online status
See also
[ISFSEvents onBuddyOnlineStateUpdate:]
[ISFSEvents onBuddyError:]