Click or drag to resize

SFSBuddyState Property

Returns the custom state of this buddy.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string State { get; }

Property Value

Type: String

Implements

BuddyState
Remarks
Examples of custom states are "Available", "Busy", "Be right back", etc. If the custom state is not set, null is returned.
The list of available custom states is returned by the IBuddyManager.BuddyStates property.
See Also