Interface ViewModelComponentBuilder
-
public interface ViewModelComponentBuilderInterface for creating aViewModelComponent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewModelComponentbuild()ViewModelComponentBuildersavedStateHandle(androidx.lifecycle.SavedStateHandle handle)ViewModelComponentBuilderviewModelLifecycle(ViewModelLifecycle viewModelLifecycle)
-
-
-
Method Detail
-
savedStateHandle
ViewModelComponentBuilder savedStateHandle(@BindsInstance androidx.lifecycle.SavedStateHandle handle)
-
viewModelLifecycle
ViewModelComponentBuilder viewModelLifecycle(@BindsInstance ViewModelLifecycle viewModelLifecycle)
-
build
ViewModelComponent build()
-
-