ChannelAvatarRenderer

fun interface ChannelAvatarRenderer

Custom renderer for the channel avatar.

Functions

Link copied to clipboard
abstract fun render(style: AvatarStyle, channel: Channel, currentUser: User?, targetProvider: ChannelAvatarViewProvider)

Renders the avatar for the given channel and currentUser into the target view provided by targetProvider.