Package 

Class MessageInputViewModelBinding

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.