-
public final class ChannelsViewModelBinding
-
-
Method Summary
Modifier and Type Method Description final static ChannelsViewModelbind(ChannelsViewModel $self, ChannelsView view, LifecycleOwner lifecycle)Binds ChannelsView with ChannelsViewModel, updating the view's state based on data provided by the ViewModel, and forwarding View events to the ViewModel, to load more channels as the View is scrolled. -
-
Method Detail
-
bind
final static ChannelsViewModel bind(ChannelsViewModel $self, ChannelsView view, LifecycleOwner lifecycle)
Binds ChannelsView with ChannelsViewModel, updating the view's state based on data provided by the ViewModel, and forwarding View events to the ViewModel, to load more channels as the View is scrolled.
-
-
-
-