Click or drag to resize
IQuickbloxClient Interface
IQuickbloxClient interface.

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

The IQuickbloxClient type exposes the following members.

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 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 methodGetAccountSettingsAsync
Returns account settings (account ID, endpoints, etc.)
Top
See Also