MessageOptionItemsFactory

An interface that allows the creation of message option items.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun createMessageOptionItems(    selectedMessage: Message,     currentUser: User?,     isInThread: Boolean,     ownCapabilities: Set<String>,     style: MessageListViewStyle): List<MessageOptionItem>

Creates MessageOptionItems for the selected message.