Click or drag to resize
QuickbloxClient Constructor (Int32, String, String, ILogger)
QuickbloxClient ctor.

Namespace: Quickblox.Sdk
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public QuickbloxClient(
	int applicationId,
	string authKey,
	string authSecret,
	ILogger logger = null
)

Parameters

applicationId
Type: SystemInt32
Quickblox application ID
authKey
Type: SystemString
Auth Key
authSecret
Type: SystemString
Auth Secret
logger (Optional)
Type: Quickblox.Sdk.LoggerILogger
Logger instance. Allows to log API calls, xmpp messages etc.
See Also