Interface ChannelNameFormatter
-
- All Implemented Interfaces:
public interface ChannelNameFormatterAn interface that generates a name for the given channel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChannelNameFormatter.Companion
-
Method Summary
Modifier and Type Method Description abstract StringformatChannelName(Channel channel, User currentUser)Generates a name for the given channel. -
-
Method Detail
-
formatChannelName
abstract String formatChannelName(Channel channel, User currentUser)
Generates a name for the given channel.
- Parameters:
channel- The channel data used to generate the name.currentUser- The currently logged in user.- Returns:
The display name for the given channel.
-
-
-
-