ThreadListItemParams

data class ThreadListItemParams(val thread: Thread, val currentUser: User?, val onThreadClick: (Thread) -> Unit)

Parameters for ChatComponentFactory.ThreadListItem.

Parameters

thread

The thread to display.

currentUser

The currently logged in user.

onThreadClick

Action invoked when the thread is clicked.

Constructors

Link copied to clipboard
constructor(thread: Thread, currentUser: User?, onThreadClick: (Thread) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard