Click or drag to resize

IBuddyManagerInited Property

Indicates whether the client's Buddy List system is initialized or not.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
bool Inited { get; set; }

Property Value

Type: Boolean
Remarks
If not initialized, an InitBuddyListRequest request should be sent to the server in order to retrieve the persistent Buddy List data.
See Also