The SFSBuddy class represent a Buddy in the User's Buddy List
Namespace: Sfs2X.EntitiesAssembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0
Syntax
| C# |
|---|
public class SFSBuddy : Buddy |
Remarks
Overview
The SFSBuddy class represent a Buddy in the User's Buddy List. Each Buddy has several properties:- name: the name of the Buddy, corresponds to the User name
- nickname: an optional nickname (default = null)
- isOnline: whether the Buddy is online in the Buddy system or not
- state: a string representing a "state message", such as: Available, Busy...
- isBlocked: whether the Buddy is blocked in the User Buddy List
- isTemp: a temporary Buddy is not stored in the Buddy List, it will be removed at the end of the session (see below)
- variables: the Buddy variables which can be transient or persistent (see below)