Defines possible values for the chat state of an XMPP user.
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 ChatState
public enum class ChatState
Members|
| Member name | Value | Description |
|---|
| Active | 0 |
The user is actively participating in the chat session.
|
| Inactive | 1 |
The user has not been actively participating in the chat session.
|
| Gone | 2 |
The user has effectively ended their participation in the chat session.
|
| Composing | 3 |
The user is composing a message.
|
| Paused | 4 |
The user had been composing but now has stopped.
|
Remarks
Refer to XEP-0085 for a detailed description of the different states
defined here.
See Also