stream-chat-android
Toggle table of contents
7.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-compose
/
io.getstream.chat.android.compose.ui.theme
/
ThreadListItemParams
/
ThreadListItemParams
Thread
List
Item
Params
constructor
(
thread
:
Thread
,
currentUser
:
User
?
,
onThreadClick
:
(
Thread
)
->
Unit
)
Parameters
thread
The thread to display.
current
User
The currently logged in user.
on
Thread
Click
Action invoked when the thread is clicked.