ChatboxController

Controller in charge of Chatbox configuration & update.

Properties

Link copied to clipboard

List of listeners to be informed when chatbox is updated.

Functions

Link copied to clipboard
abstract fun dismissChatbox()

Hides the Chatbox Activity if it it presented.

Link copied to clipboard
abstract fun isChatboxPresented(): Boolean

Flag to inform if the chatbox screen is currently presented

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

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).