| Interface | Description |
|---|---|
| BackgroundTaskScheduler |
Indicates that Scheduler is used for blocking operations
|
| HasComponent<C> |
Interface representing a contract for clients that contains a component for dependency injection.
|
| PerActivity |
A scoping annotation to permit objects whose lifetime should
conform to the life of the activity to be memorized in the
correct component.
|
| PerFragment |
A scoping annotation to permit objects whose lifetime should
conform to the life of the activity to be memorized in the
correct component.
|
| UiScheduler |
Indicates that Scheduler is used for UI operations
|