Components for Android.See: Description
| Interface | Description |
|---|---|
| ActivityComponent |
A Hilt component that has the lifetime of the activity.
|
| ActivityRetainedComponent |
A Hilt component that has the lifetime of a configuration surviving activity.
|
| FragmentComponent |
A Hilt component that has the lifetime of the fragment.
|
| ServiceComponent |
A Hilt component that has the lifetime of the service.
|
| ViewComponent |
A Hilt component that has the lifetime of the view.
|
| ViewModelComponent |
A Hilt component that has the lifetime of a single
ViewModel. |
| ViewWithFragmentComponent |
A Hilt component that has the lifetime of the view.
|
Components for Android.