-
public final class MessageInputViewModelBinding
-
-
Method Summary
Modifier and Type Method Description final static 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 static 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.
-
-
-
-