-
public final class ChannelsViewModelBindingKt
-
-
Method Summary
Modifier and Type Method Description final ChannelsViewModelbindView(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
-
bindView
@JvmName(name = "bind") final ChannelsViewModel bindView(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.
-
-
-
-