Class: ChatInput

ChatInput()

This class is concerned with setting up the text input field and the send button.

Constructor

new ChatInput()

Source:

Methods

onSelectionChange()

Called each time the addressee dropdown changes selection.
Source:

registerChatSubmitHandler()

The functions registered using this function will be called sequentially when the user submits chat, until one of them returns true.
Source:

registerChatSubmittedHandler()

The functions registered using this function will be called after the user submitted chat input.
Source: