| 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.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxCustomObjectsClient CustomObjectsClient { get; }ReadOnly Property CustomObjectsClient As CustomObjectsClient
Get
property CustomObjectsClient^ CustomObjectsClient {
CustomObjectsClient^ get ();
}abstract CustomObjectsClient : CustomObjectsClient with get
Property Value
Type:
CustomObjectsClient
See Also