Click or drag to resize
SubscriptionState Enumeration
Wrap xmmpp subscriptions state

Namespace: Quickblox.Sdk.Modules.ChatXmppModule.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SubscriptionState
Members
  Member nameValueDescription
None0 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.
To1 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.
From2 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.
Both3 Both the user and the contact have subscriptions to each other's presence information.
See Also