Initializes the BuddyList system.

Namespace: Sfs2X.Requests
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public class InitBuddyListRequest : BaseRequest

Remarks

This involves loading any previously stored Buddy data from the server, such as the User's Buddy List, his previous state and his persistent Buddy Variables. The init request is the first operation required to initialize the BuddyList system. Once the Init is executed the User can have access to all his previous data and start to interact with his Buddies.

Inheritance Hierarchy

System..::..Object
  Sfs2X.Requests..::..BaseRequest
    Sfs2X.Requests..::..InitBuddyListRequest

See Also