Package com.smartfoxserver.v2.buddylist
Interface BuddyVariable
-
- All Superinterfaces:
java.lang.Cloneable
,Variable
- All Known Implementing Classes:
SFSBuddyVariable
public interface BuddyVariable extends Variable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOffline()
Checks if this is a "offline" variable (persistent), which is available to other Users even when the client is not online.-
Methods inherited from interface com.smartfoxserver.v2.entities.variables.Variable
getBoolValue, getDoubleValue, getIntValue, getName, getSFSArrayValue, getSFSObjectValue, getStringValue, getType, getValue, isNull, toSFSArray
-
-