@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| ActivityRetainedLifecycle |
A
ActivityRetainedLifecycle class is associated with the lifecycle of the ActivityRetainedComponent. |
| ActivityRetainedLifecycle.OnClearedListener |
Listener for receiving a callback for when the
ActivityRetainedComponent will no longer be used and destroyed. |
| Class | Description |
|---|---|
| EntryPointAccessors |
Static utility methods for dealing with entry points for standard Android components.
|
| Annotation Type | Description |
|---|---|
| AndroidEntryPoint |
Marks an Android component class to be setup for injection with the standard Hilt Dagger Android
components.
|
| HiltAndroidApp |
Annotation for marking the
Application class where the Dagger components
should be generated. |
| WithFragmentBindings |
Makes a View annotated with
AndroidEntryPoint have access to fragment bindings. |
Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.