MessageOptionItemsFactory
interface MessageOptionItemsFactory
An interface that allows the creation of message option items.
Inheritors
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.