-
public final class MessageInputViewModelBindingKt
-
-
Method Summary
Modifier and Type Method Description final UnitbindView(MessageInputViewModel $self, MessageInputView view, LifecycleOwner lifecycleOwner)Binds MessageInputView with MessageInputViewModel, updating the view's state based on data provided by the ViewModel, and forwarding View events to the ViewModel. -
-
Method Detail
-
bindView
@JvmName(name = "bind") final Unit bindView(MessageInputViewModel $self, MessageInputView view, LifecycleOwner lifecycleOwner)
Binds MessageInputView with MessageInputViewModel, updating the view's state based on data provided by the ViewModel, and forwarding View events to the ViewModel. This includes handling typing detection and sending messages.
-
-
-
-