Click or drag to resize
RosterItem Constructor
Initializes a new instance of the RosterItem 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 RosterItem(
	Jid jid,
	string name = null,
	params string[] groups
)

Parameters

jid
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsJid
The JID of the user this item will be associated with.
name (Optional)
Type: SystemString
The nickname with which to associate the JID.
groups
Type: SystemString
An array of groups or categories this roster item will be added to.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe jid parameter is null.
See Also