Package com.smartfoxserver.buddylist
Interface BuddyVariable
- All Known Implementing Classes:
SFSBuddyVariable
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks 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.entities.variables.Variable
getBoolValue, getByteValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, getSFSArrayValue, getSFSObjectValue, getShortValue, getStringValue, getType, getValue, getVector2Value, getVector3Value, isNull, toSFSArray
-
Method Details
-
isOffline
boolean isOffline()Checks if this is a "offline" variable (persistent), which is available to other Users even when the client is not online.- Returns:
- true if the variable is persistent
-