A dictionary of user-provided descriptions of his or her availability
status.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, string> Messages { get; }Public ReadOnly Property Messages As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Messages {
Dictionary<String^, String^>^ get ();
}member Messages : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
String
RemarksThe keys of the dictionary are ISO 2 letter language
Codes denoting the language of the respective value.
See Also