| QuickbloxClientContentClient Property |
Content module allows to manage app contents and settings.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ContentClient ContentClient { get; }Public ReadOnly Property ContentClient As ContentClient
Get
public:
virtual property ContentClient^ ContentClient {
ContentClient^ get () sealed;
}abstract ContentClient : ContentClient with get
override ContentClient : ContentClient with get
Property Value
Type:
ContentClientImplements
IQuickbloxClientContentClient
See Also