Package-level declarations

Types

Link copied to clipboard

Functions

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

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