Package-level declarations

Types

Link copied to clipboard

ViewModel responsible for searching for messages that match a particular search query.

Functions

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

Binds SearchResultListView with SearchViewModel, updating the view's state based on data provided by the ViewModel, and propagating view events to the ViewModel as needed.