toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-components
/
io.getstream.chat.android.ui.feature.channels.list
/
ChannelListView
/
ChannelOptionIconProvider
Channel
Option
Icon
Provider
fun
interface
ChannelOptionIconProvider
:
Function1
<
Channel
,
Drawable
?
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
abstract
operator override
fun
invoke
(
channel
:
Channel
)
:
Drawable
?
Called to provide option's icon for the specified
channel
.