Package 

Class MessageInputViewModelBindingKt

    • Method Summary

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

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