Click or drag to resize
Availability Enumeration
Defines the possible values for a user's availability status.

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 Availability
Members
  Member nameValueDescription
Offline0 The user or resource is offline and unavailable.
Online1 The user or resource is online and available.
Away2 The user or resource is temporarily away.
Chat3 The user or resource is actively interested in chatting.
DoNotDisturb4 The user or resource is busy.
ExtendedAway5 The user or resource is away for an extended period.
See Also