Class MessageListHeaderViewModelBinding
-
- All Implemented Interfaces:
public final class MessageListHeaderViewModelBinding
-
-
Method Summary
Modifier and Type Method Description final static Unitbind(MessageListHeaderViewModel $self, MessageListHeaderView view, LifecycleOwner lifecycle)Binds MessageListHeaderView with MessageListHeaderViewModel, updating the view's state based on data provided by the ViewModel. -
-
Method Detail
-
bind
final static Unit bind(MessageListHeaderViewModel $self, MessageListHeaderView view, LifecycleOwner lifecycle)
Binds MessageListHeaderView with MessageListHeaderViewModel, 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.
-
-
-
-