-
public final class MessageInputViewModelBinding
-
-
Method Summary
Modifier and Type Method Description final Unitbind(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
-
bind
final Unit bind(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.
-
-
-
-