Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.buddylist | |
com.smartfoxserver.v2.exceptions |
Modifier and Type | Method and Description |
---|---|
void |
ISFSBuddyApi.addBuddy(User owner,
java.lang.String buddyName,
boolean isTemp,
boolean fireClientEvent,
boolean fireServerEvent)
Adds a new buddy to the BuddyList of the specified User.
|
void |
SFSBuddyApi.addBuddy(User owner,
java.lang.String buddyName,
boolean isTemp,
boolean fireClientEvent,
boolean fireServerEvent)
Adds a new buddy to the BuddyList of the specified User.
|
void |
ISFSBuddyApi.addBuddy(Zone zone,
java.lang.String ownerName,
java.lang.String buddyName,
boolean isTemp,
boolean fireClientEvent,
boolean fireServerEvent)
Adds a buddy to the User's buddy list even if the User is not online at the moment
This feature is not implemented yet.
|
void |
SFSBuddyApi.addBuddy(Zone zone,
java.lang.String ownerName,
java.lang.String buddyName,
boolean isTemp,
boolean fireClientEvent,
boolean fireServerEvent)
Adds a buddy to the User's buddy list even if the User is not online at the moment
This feature is not implemented yet.
|
void |
ISFSBuddyApi.goOnline(User user,
boolean online,
boolean fireServerEvent)
Activates/De-activates the Buddy ONLINE status of the User.
|
protected void |
SFSBuddyApi.initializeBuddyState(User user) |
void |
SFSApi.sendBuddyMessage(User sender,
User recipient,
java.lang.String message,
ISFSObject params) |
void |
ISFSApi.sendBuddyMessage(User sender,
User recipient,
java.lang.String message,
ISFSObject params) |
void |
ISFSBuddyApi.sendBuddyMessage(User sender,
User recipient,
java.lang.String message,
ISFSObject params)
Send a Buddy Message to any Buddy in your list.
|
void |
SFSBuddyApi.sendBuddyMessage(User sender,
User recipient,
java.lang.String message,
ISFSObject params)
Send a Buddy Message to any Buddy in your list.
|
void |
ISFSBuddyApi.setBuddyVariables(User owner,
java.util.List<BuddyVariable> buddyVariables,
boolean fireClientEvent,
boolean fireServerEvent)
Set any number of BuddyVariables for the specified owner
|
void |
SFSBuddyApi.setBuddyVariables(User owner,
java.util.List<BuddyVariable> buddyVariables,
boolean fireClientEvent,
boolean fireServerEvent)
Set any number of BuddyVariables for the specified owner
|
Modifier and Type | Method and Description |
---|---|
Buddy |
SFSBuddyList.addBuddy(Buddy buddy) |
Buddy |
BuddyList.addBuddy(Buddy buddy)
Used by the BuddyManager only.
|
Buddy |
SFSBuddyListManager.addBuddy(java.lang.String ownerName,
java.lang.String buddyName,
boolean isTemp)
Use the SFSBuddyAPI
|
Buddy |
BuddyListManager.addBuddy(java.lang.String ownerName,
java.lang.String buddyName,
boolean isTemp)
Use the SFSBuddyAPI
|
static BuddyList |
BuddyUtils.fromSFSObject(ISFSObject sfso) |
Modifier and Type | Class and Description |
---|---|
class |
SFSBuddyListNotFoundException |