ChannelNameFormatter

fun interface ChannelNameFormatter

An interface that generates a name for the given channel.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun formatChannelName(channel: Channel, currentUser: User?): String

Generates a name for the given channel.