Package io.scanbot.sdk.ui_v2.common.di
See: Description
-
Interface Summary Interface Description HasComponent Interface representing a contract for clients that contains a component for dependency injection. -
Annotation Summary Annotation Description PerComposable A scoping annotation to permit objects whose lifetime should conform to the life of the androidx.compose.runtime. 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