Package | Description |
---|---|
dagger.hilt.android.components |
This package contains Hilt's built-in
Component s for Android. |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityComponent
A Hilt component that has the lifetime of the activity.
|
interface |
ActivityRetainedComponent
A Hilt component that has the lifetime of a configuration surviving activity.
|
interface |
ApplicationComponent
A Hilt component that has the lifetime of the application.
|
interface |
FragmentComponent
A Hilt component that has the lifetime of the fragment.
|
interface |
ServiceComponent
A Hilt component that has the lifetime of the service.
|
interface |
ViewComponent
A Hilt component that has the lifetime of the view.
|
interface |
ViewWithFragmentComponent
A Hilt component that has the lifetime of the view.
|