A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
BAN — Constant Static Property, class com.smartfoxserver.v2.util.ClientDisconnectionReason |
|
Client was banned from the server. |
BanMode — class, package com.smartfoxserver.v2.requests |
|
The BanMode class contains the costants describing the possible banning modalities for a BanUserRequest. |
BanUserRequest — class, package com.smartfoxserver.v2.requests |
|
Banishes a user from the server. |
BanUserRequest(userId:int, message:String, banMode:int, delaySeconds:int, durationHours:int) — Constructor, class com.smartfoxserver.v2.requests.BanUserRequest |
|
Creates a new BanUserRequest instance. |
BaseEvent — class, package com.smartfoxserver.v2.core |
|
This is the base class of all the events dispatched by the SmartFoxServer 2X ActionScript 3 API. |
BaseVariable — class, package com.smartfoxserver.v2.entities.variables |
|
The BaseVariable object is the base class for all SmartFoxServer Variable entities on the client. |
BlockBuddyRequest — class, package com.smartfoxserver.v2.requests.buddylist |
|
Blocks or unblocks a buddy in the current user's buddies list. |
BlockBuddyRequest(buddyName:String, blocked:Boolean) — Constructor, class com.smartfoxserver.v2.requests.buddylist.BlockBuddyRequest |
|
Creates a new BlockBuddyRequest instance. |
blueBoxPollingRate — Property, class com.smartfoxserver.v2.util.ConfigData |
|
Specifies the BlueBox polling speed. |
BOOL — Constant Static Property, class com.smartfoxserver.v2.entities.data.SFSDataType |
|
A Boolean value. |
BOOL — Constant Static Property, class com.smartfoxserver.v2.entities.variables.VariableType |
|
The type of the User/Room/Buddy Variable is Boolean. |
BOOL_ARRAY — Constant Static Property, class com.smartfoxserver.v2.entities.data.SFSDataType |
|
An array of Boolean values. |
BoolMatch — class, package com.smartfoxserver.v2.entities.match |
|
The BoolMatch class is used in matching expressions to check boolean conditions. |
Buddy — Interface, package com.smartfoxserver.v2.entities |
|
The Buddy interface defines all the methods and properties that an object representing a SmartFoxServer Buddy entity exposes. |
buddyAdd — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when a buddy is added successfully to the current user's buddies list. |
BUDDY_ADD — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_ADD constant defines the value of the type property of the event object for a buddyAdd event. |
buddyBlock — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when a buddy is blocked or unblocked successfully by the current user. |
BUDDY_BLOCK — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_BLOCK constant defines the value of the type property of the event object for a buddyBlock event. |
buddyError — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched if an error occurs while executing a request related to the Buddy List system. |
BUDDY_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_ERROR constant defines the value of the type property of the event object for a buddyError event. |
buddyList — Property, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Returns a list of Buddy objects representing all the buddies in the user's buddies list. |
buddyList — Property, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Returns a list of Buddy objects representing all the buddies in the user's buddies list. |
buddyListInit — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched if the Buddy List system is successfully initialized. |
BUDDY_LIST_INIT — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_LIST_INIT constant defines the value of the type property of the event object for a buddyListInit event. |
buddyManager — Property, class com.smartfoxserver.v2.SmartFox |
|
Returns a reference to the Buddy Manager. |
buddyMessage — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when a message from a buddy is received by the current user. |
BUDDY_MESSAGE — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_MESSAGE constant defines the value of the type property of the event object for a buddyMessage event. |
BuddyMessageRequest — class, package com.smartfoxserver.v2.requests.buddylist |
|
Sends a message to a buddy in the current user's buddies list. |
BuddyMessageRequest(message:String, targetBuddy:com.smartfoxserver.v2.entities:Buddy, params:com.smartfoxserver.v2.entities.data:ISFSObject) — Constructor, class com.smartfoxserver.v2.requests.buddylist.BuddyMessageRequest |
|
Creates a new BuddyMessageRequest instance. |
buddyOnlineStateChange — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when a buddy in the current user's buddies list changes his online state in the Buddy List system. |
BUDDY_ONLINE_STATE_UPDATE — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_ONLINE_STATE_UPDATE constant defines the value of the type property of the event object for a buddyOnlineStateChange event. |
buddyRemove — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when a buddy is removed successfully from the current user's buddies list. |
BUDDY_REMOVE — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_REMOVE constant defines the value of the type property of the event object for a buddyRemove event. |
buddyStates — Property, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Returns a list of strings representing the available custom buddy states. |
buddyStates — Property, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Returns a list of strings representing the available custom buddy states. |
BuddyVariable — Interface, package com.smartfoxserver.v2.entities.variables |
|
The BuddyVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Buddy Variable exposes. |
buddyVariablesUpdate — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when a buddy in the current user's buddies list updates one or more Buddy Variables. |
BUDDY_VARIABLES_UPDATE — Constant Static Property, class com.smartfoxserver.v2.core.SFSBuddyEvent |
|
The SFSBuddyEvent.BUDDY_VARIABLES_UPDATE constant defines the value of the type property of the event object for a buddyVariablesUpdate event. |
BV_NICKNAME — Constant Static Property, class com.smartfoxserver.v2.entities.variables.ReservedBuddyVariables |
|
The Buddy Variable with this name stores the optional nickname of the user in a buddy list. |
BV_ONLINE — Constant Static Property, class com.smartfoxserver.v2.entities.variables.ReservedBuddyVariables |
|
The Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list. |
BV_STATE — Constant Static Property, class com.smartfoxserver.v2.entities.variables.ReservedBuddyVariables |
|
The Buddy Variable with this name stores the custom state of the user in a buddy list. |
BY_ADDRESS — Constant Static Property, class com.smartfoxserver.v2.requests.BanMode |
|
User is banned by IP address. |
BY_NAME — Constant Static Property, class com.smartfoxserver.v2.requests.BanMode |
|
User is banned by name. |
BYTE — Constant Static Property, class com.smartfoxserver.v2.entities.data.SFSDataType |
|
A byte (8 bit) value. |
BYTE_ARRAY — Constant Static Property, class com.smartfoxserver.v2.entities.data.SFSDataType |
|
An array of byte values. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |