ThreadListItemParams

constructor(thread: Thread, currentUser: User?, onThreadClick: (Thread) -> Unit)

Parameters

thread

The thread to display.

currentUser

The currently logged in user.

onThreadClick

Action invoked when the thread is clicked.