Click or drag to resize
QuickbloxClient Class
QuickbloxClient class. Primary class in this SDK.
Inheritance Hierarchy
SystemObject
  Quickblox.SdkQuickbloxClient

Namespace: Quickblox.Sdk
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class QuickbloxClient : IQuickbloxClient

The QuickbloxClient type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApiEndPoint
API endpoint
Public propertyApplicationId
Quickblox aplication ID.
Public propertyAuthenticationClient
Authentication module allows to manage user sessions.
Public propertyAuthKey
Authorization Key
Public propertyAuthSecret
Authorization Secret
Public propertyChatClient
Chat module allows to manage user dialogs.
Public propertyChatEndpoint
XMPP Chat endpoint
Public propertyChatXmppClient
ChatXmpp module allows users to chat with each other in private or group dialogs via XMPP protocol.
Public propertyContentClient
Content module allows to manage app contents and settings.
Public propertyCustomObjectsClient
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.
Public propertyLastRequest
UTC DateTime of the last request to the server.
Public propertyLocationClient
Location module allows to work with user locations.
Public propertyMucChatEndpoint
Group chats XMPP endpoint.
Public propertyNotificationClient
Notification module allows to manage push and email notifications to users.
Public propertyToken
Quickblox token. Must be set before calling any methods that require authentication.
Public propertyUsersClient
User module manages all things related to user accounts handling, authentication, account data, password reminding etc.
Public propertyWebSyncClient
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAccountSettingsAsync
Returns account settings (account ID, endpoints, etc.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also