| Package | com.smartfoxserver.v2.entities.variables |
| Class | public class VariableType |
| Inheritance | VariableType Object |
| Constant | Defined By | ||
|---|---|---|---|
| ARRAY : int = 6 [static]
The type of the User/Room/Buddy Variable is SFSArray. | VariableType | ||
| BOOL : int = 1 [static]
The type of the User/Room/Buddy Variable is Boolean. | VariableType | ||
| DOUBLE : int = 3 [static]
The type of the User/Room/Buddy Variable is Number. | VariableType | ||
| INT : int = 2 [static]
The type of the User/Room/Buddy Variable is int. | VariableType | ||
| NULL : int = 0 [static]
The User/Room/Buddy Variable is null. | VariableType | ||
| OBJECT : int = 5 [static]
The type of the User/Room/Buddy Variable is SFSObject. | VariableType | ||
| STRING : int = 4 [static]
The type of the User/Room/Buddy Variable is String. | VariableType | ||
| ARRAY | Constant |
public static const ARRAY:int = 6The type of the User/Room/Buddy Variable is SFSArray.
See also
| BOOL | Constant |
public static const BOOL:int = 1The type of the User/Room/Buddy Variable is Boolean.
| DOUBLE | Constant |
public static const DOUBLE:int = 3The type of the User/Room/Buddy Variable is Number.
| INT | Constant |
public static const INT:int = 2The type of the User/Room/Buddy Variable is int.
| NULL | Constant |
public static const NULL:int = 0
The User/Room/Buddy Variable is null.
| OBJECT | Constant |
public static const OBJECT:int = 5The type of the User/Room/Buddy Variable is SFSObject.
See also
| STRING | Constant |
public static const STRING:int = 4The type of the User/Room/Buddy Variable is String.