| QuickbloxClientChatClient Property |
Chat module allows to manage user dialogs.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ChatClient ChatClient { get; }Public ReadOnly Property ChatClient As ChatClient
Get
public:
virtual property ChatClient^ ChatClient {
ChatClient^ get () sealed;
}abstract ChatClient : ChatClient with get
override ChatClient : ChatClient with get
Property Value
Type:
ChatClientImplements
IQuickbloxClientChatClient
See Also