Package-level declarations

Types

Link copied to clipboard

ViewModel responsible for managing the state of a threads list.

Link copied to clipboard

Inherited functions

Link copied to clipboard
@JvmName(name = "bind")
fun ThreadListViewModel.bindView(view: ThreadListView, lifecycleOwner: LifecycleOwner)

Binds ThreadListView to a ThreadListViewModel, updating the view's state based on data provided by the ViewModel and propagating view events to the ViewModel as needed.