Click or drag to resize
ChatStateChangedEventArgs Constructor
Initializes a new instance of the ChatStateChangedEventArgs 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 ChatStateChangedEventArgs(
	Jid jid,
	ChatState state
)

Parameters

jid
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsJid
The JID of the XMPP entity that published the chat-state.
state
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsChatState
The chat-state of the XMPP entity with the specified JID.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe jid parameter is null.
See Also