HiltViewModelFactory
class HiltViewModelFactory : AbstractSavedStateViewModelFactory
View Model Provider Factory for the Hilt Extension.
A provider for this factory will be installed in the dagger.hilt.android.components.ActivityComponent
and dagger.hilt.android.components.FragmentComponent
. An instance of this factory will also be the default factory by activities and fragments annotated with dagger.hilt.android.AndroidEntryPoint
.
Summary
Protected methods
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.