Click or drag to resize
Status Constructor (Availability, DictionaryString, String, SByte)
Initializes a new instance of the Status class.

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 Status(
	Availability availability,
	Dictionary<string, string> messages,
	sbyte priority = 0
)

Parameters

availability
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAvailability
The availability state.
messages
Type: System.Collections.GenericDictionaryString, String
A dictionary of messages providing detailed descriptions of the availability state. The dictionary keys denote the languages of the messages and must be valid ISO 2 letter language codes.
priority (Optional)
Type: SystemSByte
Provides a hint for stanza routing.
See Also