Click or drag to resize
IQuickbloxClientCustomObjectsClient 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
CustomObjectsClient CustomObjectsClient { get; }

Property Value

Type: CustomObjectsClient
See Also