DecoratorProviderFactory

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun createDecoratorProvider(channel: Channel, dateFormatter: DateFormatter, messageListViewStyle: MessageListViewStyle, showAvatarPredicate: MessageListView.ShowAvatarPredicate, messageBackgroundFactory: MessageBackgroundFactory, deletedMessageVisibility: () -> DeletedMessageVisibility, getLanguageDisplayName: (code: String) -> String): DecoratorProvider

Creates a new DecoratorProvider for the given channel.

Inherited functions