ComposableLifecycleSubscribable
A LifecycleSubscribable that binds to a Composable View using com.splendo.kaluga.architecture.compose.viewModel.ViewModelComposable. This subscribable provides a modifier that modifies a Composable view builder to wrap it with functionality associated with the ComposableLifecycleSubscribable.
Inheritors
Properties
Link copied to clipboard
abstract val modifier: @Composable BaseLifecycleViewModel.(@Composable BaseLifecycleViewModel.() -> Unit) -> Unit
This Composable modifier method transforms the View Builder associated with a BaseLifecycleViewModel to wrap the functionality of the subscribable.