Package-level declarations

Types

Link copied to clipboard
class SearchViewModel(chatClient: ChatClient = ChatClient.instance()) : ViewModel

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

Inherited 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.