Click or drag to resize
ChatXmppClientConnect Method

[Missing <summary> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ChatXmppClient.Connect(System.Int32,System.String)"]

Namespace: Quickblox.Sdk.Modules.ChatXmppModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Connect(
	int userId,
	string password
)

Parameters

userId
Type: SystemInt32

[Missing <param name="userId"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ChatXmppClient.Connect(System.Int32,System.String)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.ChatXmppClient.Connect(System.Int32,System.String)"]

See Also