Component
s 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.
|
ApplicationComponent |
A Hilt component that has the lifetime of the application.
|
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.
|
ViewWithFragmentComponent |
A Hilt component that has the lifetime of the view.
|
Component
s for Android.