Click or drag to resize
TuneEventArgs Constructor
Initializes a new instance of the TuneEventArgs class.

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 TuneEventArgs(
	Jid jid,
	TuneInformation information = null
)

Parameters

jid
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsJid
The JID of the XMPP entity that published the tune information.
information (Optional)
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsTuneInformation
The tune information to include as part of the event.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe jid parameter is null.
See Also