Package io.scanbot.sdk.ui.di
See: Description
-
Annotation Summary Annotation Description BackgroundTaskScheduler Indicates that Scheduler is used for blocking operations PerActivity A scoping annotation to permit objects whose lifetime should conform to the life of the Activity to be memorized in the correct component. SDKUISingleton A scoping annotation to permit objects whose lifetime should be singleton to be memorized in the correct component. UiScheduler Indicates that Scheduler is used for UI operations ViewModelKey Special annotation for DI that helps inject view models without implementing factory for each view model -
Interface Summary Interface Description HasComponent Interface representing a contract for clients that contains a component for dependency injection.