Packagecom.smartfoxserver.v2.entities.variables
Classpublic class ReservedBuddyVariables
InheritanceReservedBuddyVariables Inheritance Object

The ReservedBuddyVariables class contains the constants describing the SmartFoxServer API reserved Buddy Variable names. Reserved Buddy Variables are used to store specific buddy-related informations.



Public Constants
 ConstantDefined 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
Constant Detail
BV_NICKNAMEConstant
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_ONLINEConstant 
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_STATEConstant 
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