ChatboxController

An object that controls the chatbox, which is where the conversation is displayed.

Properties

Link copied to clipboard

List of listeners to be informed when chatbox is updated.

Functions

Link copied to clipboard
abstract fun dismissChatbox()

Manually dismiss the chatbox.

Link copied to clipboard
abstract fun isChatboxPresented(): Boolean

Returns true if the chatbox screen is currently presented.

Link copied to clipboard
abstract fun presentChatbox(context: Context)

Manually display the Chatbox as an Activity (will appear on top of your current view hierarchy).

Link copied to clipboard
abstract fun setupChatbox(configuration: ChatboxConfiguration)

Configure the chatbox view by setting some appearance properties (e.g.: the main color).