| QuickbloxClient Constructor (Int32, String, String, ILogger) |
QuickbloxClient ctor.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic QuickbloxClient(
int applicationId,
string authKey,
string authSecret,
ILogger logger = null
)
Public Sub New (
applicationId As Integer,
authKey As String,
authSecret As String,
Optional logger As ILogger = Nothing
)
public:
QuickbloxClient(
int applicationId,
String^ authKey,
String^ authSecret,
ILogger^ logger = nullptr
)
new :
applicationId : int *
authKey : string *
authSecret : string *
?logger : ILogger
(* Defaults:
let _logger = defaultArg logger null
*)
-> QuickbloxClientParameters
- 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