| Package | com.smartfoxserver.v2.entities.variables |
| Class | public class ReservedBuddyVariables |
| Inheritance | ReservedBuddyVariables Object |
| Constant | Defined By | ||
|---|---|---|---|
| BV_NICKNAME : String = $__BV_NICKNAME__ [static]
The Buddy Variable with this name stores the optional nickname of the user in a buddy list. | ReservedBuddyVariables | ||
| BV_ONLINE : String = $__BV_ONLINE__ [static]
The Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list. | ReservedBuddyVariables | ||
| BV_STATE : String = $__BV_STATE__ [static]
The Buddy Variable with this name stores the custom state of the user in a buddy list. | ReservedBuddyVariables | ||
| BV_NICKNAME | Constant |
public static const BV_NICKNAME:String = $__BV_NICKNAME__The Buddy Variable with this name stores the optional nickname of the user in a buddy list. This variable is persistent, which means that the nickname is preserved upon disconnection.
See also
| BV_ONLINE | Constant |
public static const BV_ONLINE:String = $__BV_ONLINE__The Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list. This variable is persistent, which means that the online/offline state is preserved upon disconnection.
See also
| BV_STATE | Constant |
public static const BV_STATE:String = $__BV_STATE__The Buddy Variable with this name stores the custom state of the user in a buddy list. This variable is persistent, which means that the custom state is preserved upon disconnection.
See also