Click or drag to resize
QuickbloxClientCustomObjectsClient Property
Custom Objects module provides flexibility to define any data structure(schema) you need. Schema is defined in QuickBlox Administration Panel. The schema is called Class and contains field names and their type.

Namespace: Quickblox.Sdk
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CustomObjectsClient CustomObjectsClient { get; }

Property Value

Type: CustomObjectsClient

Implements

IQuickbloxClientCustomObjectsClient
See Also