Package | Description |
---|---|
dagger.hilt.android.components |
This package contains Hilt's built-in
Component s for Android. |
Class and Description |
---|
ActivityRetainedScoped
Scope annotation for bindings that should exist for the life of an activity, surviving
configuration.
|
ActivityScoped
Scope annotation for bindings that should exist for the life of an activity.
|
FragmentScoped
Scope annotation for bindings that should exist for the life of a fragment.
|
ServiceScoped
Scope annotation for bindings that should exist for the life of a service.
|
ViewScoped
Scope annotation for bindings that should exist for the life of a View.
|