Class TypingIndicatorViewModelBinding
-
- All Implemented Interfaces:
public final class TypingIndicatorViewModelBinding
-
-
Method Summary
Modifier and Type Method Description final static Unitbind(TypingIndicatorViewModel $self, TypingIndicatorView view, LifecycleOwner lifecycleOwner)Binds TypingIndicatorView with TypingIndicatorViewModel, updating the view's state based on data provided by the ViewModel. -
-
Method Detail
-
bind
final static Unit bind(TypingIndicatorViewModel $self, TypingIndicatorView view, LifecycleOwner lifecycleOwner)
Binds TypingIndicatorView with TypingIndicatorViewModel, updating the view's state based on data provided by the ViewModel.
This function sets listeners on the view and ViewModel. Call this method before setting any additional listeners on these objects yourself.
-
-
-
-