| SubscriptionState Enumeration |
Wrap xmmpp subscriptions state
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum SubscriptionState
Public Enumeration SubscriptionState
public enum class SubscriptionState
Members|
| Member name | Value | Description |
|---|
| None | 0 |
The user does not have a subscription to the contact's presence information,
and the contact does not have a subscription to the user's presence
information.
|
| To | 1 |
The user has a subscription to the contact's presence information, but the
contact does not have a subscription to the user's presence information.
|
| From | 2 |
The contact has a subscription to the user's presence information, but the
user does not have a subscription to the contact's presence information.
|
| Both | 3 |
Both the user and the contact have subscriptions to each other's presence
information.
|
See Also