Uses of Class
dagger.hilt.DefineComponent
-
Packages that use DefineComponent Package Description dagger.hilt.android.components This package contains Hilt's built-inComponents for Android.dagger.hilt.components This package contains Hilt's built-inComponents. -
-
Uses of DefineComponent in dagger.hilt.android.components
Classes in dagger.hilt.android.components with annotations of type DefineComponent Modifier and Type Interface Description interfaceActivityComponentA Hilt component that has the lifetime of the activity.interfaceActivityRetainedComponentA Hilt component that has the lifetime of a configuration surviving activity.interfaceFragmentComponentA Hilt component that has the lifetime of the fragment.interfaceServiceComponentA Hilt component that has the lifetime of the service.interfaceViewComponentA Hilt component that has the lifetime of the view.interfaceViewModelComponentA Hilt component that has the lifetime of a singleViewModel.interfaceViewWithFragmentComponentA Hilt component that has the lifetime of the view. -
Uses of DefineComponent in dagger.hilt.components
Classes in dagger.hilt.components with annotations of type DefineComponent Modifier and Type Interface Description interfaceSingletonComponentA Hilt component for singleton bindings.
-