Click or drag to resize

SFSBuddyEvent Class

This class represents all the events related to the Buddy List system dispatched by the SmartFoxServer 2X C# API.
Inheritance Hierarchy
SystemObject
  Sfs2X.CoreBaseEvent
    Sfs2X.CoreSFSBuddyEvent

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class SFSBuddyEvent : BaseEvent

The SFSBuddyEvent type exposes the following members.

Properties
  NameDescription
Public propertyParams
A Dictionary containing the event's parameters.
(Inherited from BaseEvent.)
Public propertyTarget (Inherited from BaseEvent.)
Public propertyType (Inherited from BaseEvent.)
Top
Methods
  NameDescription
Public methodClone (Inherited from BaseEvent.)
Public methodToString (Inherited from BaseEvent.)
Top
Fields
  NameDescription
Public fieldStatic memberCode exampleBUDDY_ADD
Dispatched when a buddy is added successfully to the current user's buddies list.
Public fieldStatic memberCode exampleBUDDY_BLOCK
Dispatched when a buddy is blocked or unblocked successfully by the current user.
Public fieldStatic memberCode exampleBUDDY_ERROR
Dispatched if an error occurs while executing a request related to the Buddy List system.
Public fieldStatic memberCode exampleBUDDY_LIST_INIT
Dispatched if the Buddy List system is successfully initialized.
Public fieldStatic memberCode exampleBUDDY_MESSAGE
Dispatched when a message from a buddy is received by the current user.
Public fieldStatic memberCode exampleBUDDY_ONLINE_STATE_UPDATE
Dispatched when a buddy in the current user's buddies list changes his online state in the Buddy List system.
Public fieldStatic memberCode exampleBUDDY_REMOVE
Dispatched when a buddy is removed successfully from the current user's buddies list.
Public fieldStatic memberCode exampleBUDDY_VARIABLES_UPDATE
Dispatched when a buddy in the current user's buddies list updates one or more Buddy Variables.
Top
See Also