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.

See also
SFSBuddy#nickName
SFSBuddyManager#getMyNickName
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.

See also
SFSBuddy#isOnline
SFSBuddyManager#getMyOnlineState
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