SFSBuddyManager Class |
Namespace: Sfs2X.Entities.Managers
public class SFSBuddyManager : IBuddyManager
The SFSBuddyManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | BuddyList |
Returns a list of Buddy objects representing all the buddies in the user's buddies list.
|
![]() | BuddyStates |
Returns a list of strings representing the available custom buddy states.
|
![]() | Inited |
Indicates whether the client's Buddy List system is initialized or not.
|
![]() | MyNickName |
Returns the current user's nickname (if set).
|
![]() | MyOnlineState |
Returns the current user's online/offline state.
|
![]() | MyState |
Returns the current user's custom state (if set).
|
![]() | MyVariables |
Returns all the Buddy Variables associated with the current user.
|
![]() | OfflineBuddies |
Returns a list of Buddy objects representing all the offline buddies in the user's buddies list.
|
![]() | OnlineBuddies |
Returns a list of Buddy objects representing all the online buddies in the user's buddies list.
|
Name | Description | |
---|---|---|
![]() | ContainsBuddy |
Indicates whether a buddy exists in user's buddies list or not.
|
![]() | GetBuddyById |
Retrieves a Buddy object from its id property.
|
![]() | GetBuddyByName |
Retrieves a Buddy object from its name property.
|
![]() | GetBuddyByNickName |
Retrieves a Buddy object from its nickName property (if set).
|
![]() | GetMyVariable |
Retrieves a Buddy Variable from its name.
|