Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class MessageOptionItem(val optionText: String, val optionIcon: Drawable, val messageAction: MessageAction, val isWarningItem: Boolean = false)

UI representation of a Message option, when the user selects a message in the list.

Link copied to clipboard

An interface that allows the creation of message option items.

Link copied to clipboard

An overlay with available message options to the selected message. Also, allows leaving a reaction.