Package | com.smartfoxserver.v2.entities.variables |
Interface | public interface BuddyVariable extends Variable |
Implementors | SFSBuddyVariable |
In the SmartFoxServer 2X client API this interface is implemented by the SFSBuddyVariable class. Read the class description for additional informations.
See also
Property | Defined By | ||
---|---|---|---|
isOffline : Boolean [read-only]
Indicates whether the Buddy Variable is persistent or not. | BuddyVariable | ||
name : String [read-only]
Indicates the name of this variable. | Variable | ||
type : String [read-only]
Indicates the type of this variable. | Variable |
isOffline | property |
isOffline:Boolean
[read-only] Indicates whether the Buddy Variable is persistent or not.
By convention any Buddy Variable whose name starts with the dollar sign ($
) will be regarded as persistent and stored locally by the server.
Persistent Buddy Variables are also referred to as "offline variables" because they are available to all users
who have the owner in their Buddy Lists, whether that Buddy is online or not.
public function get isOffline():Boolean