Click or drag to resize
Jid Constructor (String)
Initializes a new instance of the JID class.

Namespace: Quickblox.Sdk.Modules.ChatXmppModule.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Jid(
	string jid
)

Parameters

jid
Type: SystemString
A string from which to construct the JID.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe jid parameter is null.
ArgumentExceptionThe jid parameter does not represent a valid JID.
See Also