| TuneEventArgs Constructor |
Initializes a new instance of the TuneEventArgs class.
Namespace: Quickblox.Sdk.Modules.ChatXmppModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TuneEventArgs(
Jid jid,
TuneInformation information = null
)
Public Sub New (
jid As Jid,
Optional information As TuneInformation = Nothing
)
public:
TuneEventArgs(
Jid^ jid,
TuneInformation^ information = nullptr
)
new :
jid : Jid *
?information : TuneInformation
(* Defaults:
let _information = defaultArg information null
*)
-> TuneEventArgsParameters
- 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
See Also