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  
getBool(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a boolean.
getBool(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a boolean.
getBool(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a boolean.
getBool(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a boolean.
getBoolArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of booleans.
getBoolArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of booleans.
getBoolArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of booleans.
getBoolArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of booleans.
getBoolValue() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable
Retrieves the value of a boolean variable.
getBoolValue() — method, interface com.smartfoxserver.v2.entities.variables.Variable
Retrieves the value of a boolean variable.
getBuddyById(id:int) — method, interface com.smartfoxserver.v2.entities.managers.IBuddyManager
Retrieves a Buddy object from its id property.
getBuddyById(id:int) — method, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager
Retrieves a Buddy object from its id property.
getBuddyByName(name:String) — method, interface com.smartfoxserver.v2.entities.managers.IBuddyManager
Retrieves a Buddy object from its name property.
getBuddyByName(name:String) — method, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager
Retrieves a Buddy object from its name property.
getBuddyByNickName(nickName:String) — method, interface com.smartfoxserver.v2.entities.managers.IBuddyManager
Retrieves a Buddy object from its nickName property (if set).
getBuddyByNickName(nickName:String) — method, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager
Retrieves a Buddy object from its nickName property (if set).
getByte(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a signed byte (8 bit).
getByte(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a signed byte (8 bit).
getByte(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a signed byte (8 bit).
getByte(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a signed byte (8 bit).
getByteArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of bytes.
getByteArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of bytes.
getByteArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of bytes.
getByteArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of bytes.
getClass(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an instance of a custom class.
getClass(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an instance of a custom class.
getClass(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an instance of a custom class.
getClass(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an instance of a custom class.
getDouble(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a double precision number.
getDouble(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a double precision number.
getDouble(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a double precision number.
getDouble(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a double precision number.
getDoubleArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of double precision numbers.
getDoubleArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of double precision numbers.
getDoubleArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of double precision numbers.
getDoubleArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of double precision numbers.
getDoubleValue() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable
Retrieves the value of a numeric variable.
getDoubleValue() — method, interface com.smartfoxserver.v2.entities.variables.Variable
Retrieves the value of a numeric variable.
getDump(format:Boolean) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Provides a formatted string representing this array.
getDump(format:Boolean) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Provides a formatted string representing this object.
getDump(format:Boolean) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Provides a formatted string representing this array.
getDump(format:Boolean) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Provides a formatted string representing this object.
getElementAt(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position in this array.
getElementAt(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position in this array.
getFloat(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a floating point number.
getFloat(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a floating point number.
getFloat(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a floating point number.
getFloat(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a floating point number.
getFloatArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of floating point numbers.
getFloatArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of floating point numbers.
getFloatArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of floating point numbers.
getFloatArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of floating point numbers.
getHexDump() — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Provides a detailed hexadecimal representation of this array.
getHexDump() — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Provides a detailed hexadecimal representation of this object.
getHexDump() — method, class com.smartfoxserver.v2.entities.data.SFSArray
Provides a detailed hexadecimal representation of this array.
getHexDump() — method, class com.smartfoxserver.v2.entities.data.SFSObject
Provides a detailed hexadecimal representation of this object.
getInt(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an integer (32 bit).
getInt(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an integer (32 bit).
getInt(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an integer (32 bit).
getInt(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an integer (32 bit).
getIntArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of integers.
getIntArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of integers.
getIntArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of integers.
getIntArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of integers.
getIntValue() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable
Retrieves the value of an integer variable.
getIntValue() — method, interface com.smartfoxserver.v2.entities.variables.Variable
Retrieves the value of an integer variable.
getJoinedRooms() — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Returns a list of Rooms currently joined by the client.
getJoinedRooms() — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Returns a list of Rooms currently joined by the client.
getKeys() — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Retrieves a list of all the keys contained in this object.
getKeys() — method, class com.smartfoxserver.v2.entities.data.SFSObject
Retrieves a list of all the keys contained in this object.
getLong(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a long integer (64 bit).
getLong(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a long integer (64 bit).
getLong(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a long integer (64 bit).
getLong(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a long integer (64 bit).
getLongArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of long integers.
getLongArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of long integers.
getLongArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of long integers.
getLongArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of long integers.
getMMOItem(id:int) — method, class com.smartfoxserver.v2.entities.MMORoom
Retrieves an MMOItem object from its id property.
getMMOItems() — method, class com.smartfoxserver.v2.entities.MMORoom
Retrieves all MMOItem object in the MMORoom that fall within the current user's Area of Interest.
getMyVariable(varName:String) — method, interface com.smartfoxserver.v2.entities.managers.IBuddyManager
Retrieves a Buddy Variable from its name.
getMyVariable(varName:String) — method, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager
Retrieves a Buddy Variable from its name.
getOfflineVariables() — method, interface com.smartfoxserver.v2.entities.Buddy
Retrieves the list of persistent Buddy Variables of this buddy.
getOfflineVariables() — method, class com.smartfoxserver.v2.entities.SFSBuddy
Retrieves the list of persistent Buddy Variables of this buddy.
getOnlineVariables() — method, interface com.smartfoxserver.v2.entities.Buddy
Retrieves the list of non-persistent Buddy Variables of this buddy.
getOnlineVariables() — method, class com.smartfoxserver.v2.entities.SFSBuddy
Retrieves the list of non-persistent Buddy Variables of this buddy.
getPlayerId(room:com.smartfoxserver.v2.entities:Room) — method, class com.smartfoxserver.v2.entities.SFSUser
Returns the playerId value of this user in the passed Room.
getPlayerId(room:com.smartfoxserver.v2.entities:Room) — method, interface com.smartfoxserver.v2.entities.User
Returns the playerId value of this user in the passed Room.
getRoomById(id:int) — method, class com.smartfoxserver.v2.SmartFox
Retrieves a Room object from its id.
getRoomById(id:int) — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Retrieves a Room object from its id.
getRoomById(id:int) — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Retrieves a Room object from its id.
getRoomByName(name:String) — method, class com.smartfoxserver.v2.SmartFox
Retrieves a Room object from its name.
getRoomByName(name:String) — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Retrieves a Room object from its name.
getRoomByName(name:String) — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Retrieves a Room object from its name.
getRoomCount() — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Returns the current number of Rooms in the Rooms list.
getRoomCount() — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Returns the current number of Rooms in the Rooms list.
getRoomGroups() — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Returns the names of Room Groups currently subscribed by the client.
getRoomGroups() — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Returns the names of Room Groups currently subscribed by the client.
getRoomList() — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Returns a list of Rooms currently "known" by the client.
getRoomList() — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Returns a list of Rooms currently "known" by the client.
getRoomListFromGroup(groupId:String) — method, class com.smartfoxserver.v2.SmartFox
Retrieves the list of Rooms which are part of the specified Room Group.
getRoomListFromGroup(groupId:String) — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Retrieves the list of Rooms which are part of the specified Room Group.
getRoomListFromGroup(groupId:String) — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Retrieves the list of Rooms which are part of the specified Room Group.
getSFSArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an ISFSArray object.
getSFSArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an ISFSArray object.
getSFSArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an ISFSArray object.
getSFSArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an ISFSArray object.
getSFSArrayValue() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable
Retrieves the value of a SFSArray variable.
getSFSArrayValue() — method, interface com.smartfoxserver.v2.entities.variables.Variable
Retrieves the value of a SFSArray variable.
getSFSObject(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an ISFSObject object.
getSFSObject(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an ISFSObject object.
getSFSObject(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an ISFSObject object.
getSFSObject(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an ISFSObject object.
getSFSObjectValue() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable
Retrieves the value of a SFSObject variable.
getSFSObjectValue() — method, interface com.smartfoxserver.v2.entities.variables.Variable
Retrieves the value of a SFSObject variable.
getShort(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a short integer (16 bit).
getShort(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a short integer (16 bit).
getShort(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a short integer (16 bit).
getShort(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a short integer (16 bit).
getShortArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of short integers.
getShortArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of short integers.
getShortArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of short integers.
getShortArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of short integers.
getStringValue() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable
Retrieves the value of a string variable.
getStringValue() — method, interface com.smartfoxserver.v2.entities.variables.Variable
Retrieves the value of a string variable.
getText(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a UTF-8 string, with max length of 2 Gbytes.
getText(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a UTF-8 string, with max length of 2 GBytes.
getText(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a UTF-8 string, with max length of 2 Gbytes.
getText(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a UTF-8 string, with max length of 2 GBytes.
getUnsignedByte(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an unsigned byte (8 bit).
getUnsignedByte(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an unsigned byte (8 bit).
getUnsignedByte(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an unsigned byte (8 bit).
getUnsignedByte(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an unsigned byte (8 bit).
getUnsignedByteArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of unsigned bytes.
getUnsignedByteArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of unsigned bytes.
getUnsignedByteArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of unsigned bytes.
getUnsignedByteArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of unsigned bytes.
getUserById(id:int) — method, interface com.smartfoxserver.v2.entities.Room
Retrieves a User object from its id property.
getUserById(id:int) — method, class com.smartfoxserver.v2.entities.SFSRoom
Retrieves a User object from its id property.
getUserById(userId:int) — method, interface com.smartfoxserver.v2.entities.managers.IUserManager
Retrieves a User object from its id property.
getUserById(userId:int) — method, class com.smartfoxserver.v2.entities.managers.SFSUserManager
Retrieves a User object from its id property.
getUserByName(name:String) — method, interface com.smartfoxserver.v2.entities.Room
Retrieves a User object from its name property.
getUserByName(name:String) — method, class com.smartfoxserver.v2.entities.SFSRoom
Retrieves a User object from its name property.
getUserByName(userName:String) — method, interface com.smartfoxserver.v2.entities.managers.IUserManager
Retrieves a User object from its name property.
getUserByName(userName:String) — method, class com.smartfoxserver.v2.entities.managers.SFSUserManager
Retrieves a User object from its name property.
getUserList() — method, interface com.smartfoxserver.v2.entities.managers.IUserManager
Get the whole list of users inside the Rooms joined by the client.
getUserList() — method, class com.smartfoxserver.v2.entities.managers.SFSUserManager
Get the whole list of users inside the Rooms joined by the client.
getUserRooms(user:com.smartfoxserver.v2.entities:User) — method, interface com.smartfoxserver.v2.entities.managers.IRoomManager
Retrieves a list of Rooms joined by the specified user.
getUserRooms(user:com.smartfoxserver.v2.entities:User) — method, class com.smartfoxserver.v2.entities.managers.SFSRoomManager
Retrieves a list of Rooms joined by the specified user.
getUtfString(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as a UTF-8 string, with max length of 32 KBytes.
getUtfString(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as a UTF-8 string, with max length of 32 KBytes.
getUtfString(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as a UTF-8 string, with max length of 32 KBytes.
getUtfString(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as a UTF-8 string, with max length of 32 KBytes.
getUtfStringArray(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray
Returns the element at the specified position as an array of UTF-8 strings.
getUtfStringArray(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject
Returns the element corresponding to the specified key as an array of UTF-8 strings.
getUtfStringArray(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray
Returns the element at the specified position as an array of UTF-8 strings.
getUtfStringArray(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject
Returns the element corresponding to the specified key as an array of UTF-8 strings.
getValue() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable
Retrieves the untyped value of this variable.
getValue() — method, interface com.smartfoxserver.v2.entities.variables.Variable
Retrieves the untyped value of this variable.
getVariable(varName:String) — method, interface com.smartfoxserver.v2.entities.Buddy
Retrieves a Buddy Variable from its name.
getVariable(name:String) — method, interface com.smartfoxserver.v2.entities.IMMOItem
Retrieves an MMOItem Variable from its name.
getVariable(name:String) — method, class com.smartfoxserver.v2.entities.MMOItem
Retrieves an MMOItem Variable from its name.
getVariable(name:String) — method, interface com.smartfoxserver.v2.entities.Room
Retrieves a Room Variable from its name.
getVariable(varName:String) — method, class com.smartfoxserver.v2.entities.SFSBuddy
Retrieves a Buddy Variable from its name.
getVariable(name:String) — method, class com.smartfoxserver.v2.entities.SFSRoom
Retrieves a Room Variable from its name.
getVariable(name:String) — method, class com.smartfoxserver.v2.entities.SFSUser
Retrieves a User Variable from its name.
getVariable(name:String) — method, interface com.smartfoxserver.v2.entities.User
Retrieves a User Variable from its name.
getVariables() — method, interface com.smartfoxserver.v2.entities.IMMOItem
Retrieves all the MMOItem Variables of this item.
getVariables() — method, class com.smartfoxserver.v2.entities.MMOItem
Retrieves all the MMOItem Variables of this item.
getVariables() — method, interface com.smartfoxserver.v2.entities.Room
Retrieves all the Room Variables of this Room.
getVariables() — method, class com.smartfoxserver.v2.entities.SFSRoom
Retrieves all the Room Variables of this Room.
getVariables() — method, class com.smartfoxserver.v2.entities.SFSUser
Retrieves all the User Variables of this user.
getVariables() — method, interface com.smartfoxserver.v2.entities.User
Retrieves all the User Variables of this user.
GoOnlineRequest — class, package com.smartfoxserver.v2.requests.buddylist
Toggles the current user's online/offline state as buddy in other users' buddies lists.
GoOnlineRequest(online:Boolean) — Constructor, class com.smartfoxserver.v2.requests.buddylist.GoOnlineRequest
Creates a new GoOnlineRequest instance.
GREATER_THAN — Constant Static Property, class com.smartfoxserver.v2.entities.match.NumberMatch
An instance of NumberMatch representing the following condition: number1 > number2.
GREATER_THAN_OR_EQUAL_TO — Constant Static Property, class com.smartfoxserver.v2.entities.match.NumberMatch
An instance of NumberMatch representing the following condition: number1 >= number2.
groupId — Property, interface com.smartfoxserver.v2.entities.Room
Returns the Room Group name.
groupId — Property, class com.smartfoxserver.v2.entities.SFSRoom
Returns the Room Group name.
groupId — Property, class com.smartfoxserver.v2.requests.RoomSettings
Defines the id of the Group to which the Room should belong.
GROUP_ID — Constant Static Property, class com.smartfoxserver.v2.entities.match.RoomProperties
The name of the Group to which the Room belongs.
GUEST — Constant Static Property, class com.smartfoxserver.v2.entities.UserPrivileges
The Guest user is usually the lowest level in the privilege profiles scale.
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