Defines the possible values for a user's availability status.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration Availability
public enum class Availability
Members|
| Member name | Value | Description |
|---|
| Offline | 0 |
The user or resource is offline and unavailable.
|
| Online | 1 |
The user or resource is online and available.
|
| Away | 2 |
The user or resource is temporarily away.
|
| Chat | 3 |
The user or resource is actively interested in chatting.
|
| DoNotDisturb | 4 |
The user or resource is busy.
|
| ExtendedAway | 5 |
The user or resource is away for an extended period.
|
See Also