-
public final class MessageListViewModelBinding
-
-
Method Summary
Modifier and Type Method Description final Unitbind(MessageListViewModel $self, MessageListView view, LifecycleOwner lifecycleOwner)Binds MessageListView with MessageListViewModel. -
-
Method Detail
-
bind
final Unit bind(MessageListViewModel $self, MessageListView view, LifecycleOwner lifecycleOwner)
Binds MessageListView with MessageListViewModel. Sets the View's handlers and displays new messages based on the ViewModel's state.
-
-
-
-