Uses of Class
dagger.hilt.InstallIn
-
Packages that use InstallIn Package Description dagger.hilt.android.flags Runtime flags to control Hilt behavior for rollout of changes.dagger.hilt.android.internal.lifecycle dagger.hilt.android.internal.managers dagger.hilt.android.internal.modules -
-
Uses of InstallIn in dagger.hilt.android.flags
Classes in dagger.hilt.android.flags with annotations of type InstallIn Modifier and Type Interface Description static interfaceFragmentGetContextFix.FragmentGetContextFixEntryPointEntry point for getting the flag. -
Uses of InstallIn in dagger.hilt.android.internal.lifecycle
Classes in dagger.hilt.android.internal.lifecycle with annotations of type InstallIn Modifier and Type Interface Description static interfaceDefaultViewModelFactories.ActivityEntryPointThe activity entry point to retrieve the factory.static interfaceDefaultViewModelFactories.FragmentEntryPointThe fragment entry point to retrieve the factory.static interfaceHiltViewModelFactory.ViewModelFactoriesEntryPointHilt entry point for getting the multi-binding map of ViewModels. -
Uses of InstallIn in dagger.hilt.android.internal.managers
Classes in dagger.hilt.android.internal.managers with annotations of type InstallIn Modifier and Type Interface Description static interfaceActivityComponentManager.ActivityComponentBuilderEntryPointEntrypoint forActivityComponentBuilder.static interfaceFragmentComponentManager.FragmentComponentBuilderEntryPointEntrypoint forFragmentComponentBuilder.static interfaceServiceComponentManager.ServiceComponentBuilderEntryPointEntrypoint forServiceComponentBuilder.static interfaceViewComponentManager.ViewComponentBuilderEntryPointEntrypoint forViewComponentBuilder.static interfaceViewComponentManager.ViewWithFragmentComponentBuilderEntryPointEntrypoint forViewWithFragmentComponentBuilder. -
Uses of InstallIn in dagger.hilt.android.internal.modules
Classes in dagger.hilt.android.internal.modules with annotations of type InstallIn Modifier and Type Class Description classApplicationContextModuleProvides a binding for an Android BinderFragment Context.
-