| ChatXmppClientPresences Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.ChatXmppModule.ChatXmppClient.Presences"]
Namespace: Quickblox.Sdk.Modules.ChatXmppModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Jid> Presences { get; }Public ReadOnly Property Presences As List(Of Jid)
Get
public:
property List<Jid^>^ Presences {
List<Jid^>^ get ();
}member Presences : List<Jid> with get
Property Value
Type:
ListJid
See Also