class
ReservedBuddyVariables
The reserved Buddy Variable names used by the Buddy List API.
Properties
new ReservedBuddyVariables()
Developers never istantiate the ReservedBuddyVariables class: only use its static properties.
- See also
- SFSBuddyVariable
Properties
constant static
BV_NICKNAME string
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.
constant static
BV_ONLINE string
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.
constant static
BV_STATE string
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
- SFSBuddy#state
- SFSBuddyManager#getMyState