Package-level declarations

Chatbox management (configuration, display...).

Types

Link copied to clipboard
data class ChatboxConfiguration @JvmOverloads constructor(var primaryColor: Int? = null, var primaryTextColor: Int? = null, var secondaryColor: Int? = null, var secondaryTextColor: Int? = null, var font: Typeface? = null, var title: String = "", var avatar: Drawable? = null, var automaticMessage: String? = null, var gdprMessage: String? = null)

Encapsulate all the configuration options that can be applied to the chatbox.

Link copied to clipboard

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

Link copied to clipboard
interface ChatboxListener