Click or drag to resize
StatusMessages Property
A dictionary of user-provided descriptions of his or her 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 Dictionary<string, string> Messages { get; }

Property Value

Type: DictionaryString, String
Remarks
The keys of the dictionary are ISO 2 letter language Codes denoting the language of the respective value.
See Also