| MoodChangedEventArgs Constructor |
Initializes a new instance of the MoodChangedEventArgs class.
Namespace: Quickblox.Sdk.Modules.ChatXmppModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MoodChangedEventArgs(
Jid jid,
Mood mood,
string description = null
)
Public Sub New (
jid As Jid,
mood As Mood,
Optional description As String = Nothing
)
public:
MoodChangedEventArgs(
Jid^ jid,
Mood mood,
String^ description = nullptr
)
new :
jid : Jid *
mood : Mood *
?description : string
(* Defaults:
let _description = defaultArg description null
*)
-> MoodChangedEventArgsParameters
- jid
- Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsJid
The JID of the XMPP entity that published the
mood information. - mood
- Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsMood
One of the values from the Mood enumeration. - description (Optional)
- Type: SystemString
A natural-language description of, or
reason for, the mood.
Exceptions
See Also