Package com.smartfoxserver.v2.buddylist
Class ReservedBuddyVariables
- java.lang.Object
-
- com.smartfoxserver.v2.buddylist.ReservedBuddyVariables
-
public class ReservedBuddyVariables extends java.lang.Object
Contains a series of Reserved BuddyVariables with a special meaning for the BuddyList system:- BV_ONLINE: the Buddy Online status
- BV_STATE: the Buddy State message
- BV_NICKNAME: the Buddy nickname
- See Also:
SFSBuddyApi
,SFSBuddy
,SFSBuddyVariable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BV_NICKNAME
static java.lang.String
BV_ONLINE
static java.lang.String
BV_STATE
-
Constructor Summary
Constructors Constructor Description ReservedBuddyVariables()
-
-
-
Field Detail
-
BV_ONLINE
public static final java.lang.String BV_ONLINE
- See Also:
- Constant Field Values
-
BV_STATE
public static final java.lang.String BV_STATE
- See Also:
- Constant Field Values
-
BV_NICKNAME
public static final java.lang.String BV_NICKNAME
- See Also:
- Constant Field Values
-
-