Class DaggerDocumentCaptureCoreComponent.Builder
java.lang.Object
com.yoti.mobile.android.documentcapture.di.DaggerDocumentCaptureCoreComponent.Builder
- Enclosing class:
- DaggerDocumentCaptureCoreComponent
-
Method Summary
Modifier and TypeMethodDescriptionanalyticsModule(com.yoti.mobile.android.analytics.core.di.AnalyticsModule analyticsModule) Deprecated.This module is declared, but an instance is not used in the component.com.yoti.mobile.android.documentcapture.di.DocumentCaptureCoreComponentbuild()commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule) coroutineContextModule(com.yoti.mobile.android.yotidocs.common.di.schedulers.CoroutineContextModule coroutineContextModule) Deprecated.This module is declared, but an instance is not used in the component.countryHelperModule(com.yoti.mobile.android.yotisdkcore.core.di.CountryHelperModule countryHelperModule) documentCaptureCoreAnalyticsModule(com.yoti.mobile.android.documentcapture.di.DocumentCaptureCoreAnalyticsModule documentCaptureCoreAnalyticsModule) Deprecated.This module is declared, but an instance is not used in the component.documentCaptureCoreModule(com.yoti.mobile.android.documentcapture.di.DocumentCaptureCoreModule documentCaptureCoreModule) ipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule) Deprecated.This module is declared, but an instance is not used in the component.navigationModule(com.yoti.mobile.android.yotisdkcore.core.di.NavigationModule navigationModule) networkConfigurationModule(com.yoti.mobile.android.remote.di.NetworkConfigurationModule networkConfigurationModule) Deprecated.This module is declared, but an instance is not used in the component.remoteDebugModule(com.yoti.mobile.android.remote.di.RemoteDebugModule remoteDebugModule) Deprecated.This module is declared, but an instance is not used in the component.remoteModule(com.yoti.mobile.android.remote.di.RemoteModule remoteModule) resourceConfigurationModule(com.yoti.mobile.android.yotisdkcore.core.di.ResourceConfigurationModule resourceConfigurationModule) scanModule(com.yoti.mobile.android.documentcapture.di.ScanModule scanModule) selectionModule(com.yoti.mobile.android.documentcapture.di.SelectionModule selectionModule) sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule) uploadModule(com.yoti.mobile.android.documentcapture.di.UploadModule uploadModule) viewModelModule(com.yoti.mobile.android.documentcapture.di.ViewModelModule viewModelModule)
-
Method Details
-
documentCaptureCoreModule
public DaggerDocumentCaptureCoreComponent.Builder documentCaptureCoreModule(com.yoti.mobile.android.documentcapture.di.DocumentCaptureCoreModule documentCaptureCoreModule) -
resourceConfigurationModule
public DaggerDocumentCaptureCoreComponent.Builder resourceConfigurationModule(com.yoti.mobile.android.yotisdkcore.core.di.ResourceConfigurationModule resourceConfigurationModule) -
selectionModule
public DaggerDocumentCaptureCoreComponent.Builder selectionModule(com.yoti.mobile.android.documentcapture.di.SelectionModule selectionModule) -
coroutineContextModule
@Deprecated public DaggerDocumentCaptureCoreComponent.Builder coroutineContextModule(com.yoti.mobile.android.yotidocs.common.di.schedulers.CoroutineContextModule coroutineContextModule) Deprecated.This module is declared, but an instance is not used in the component. This method is a no-op. For more, see https://dagger.dev/unused-modules. -
scanModule
public DaggerDocumentCaptureCoreComponent.Builder scanModule(com.yoti.mobile.android.documentcapture.di.ScanModule scanModule) -
uploadModule
public DaggerDocumentCaptureCoreComponent.Builder uploadModule(com.yoti.mobile.android.documentcapture.di.UploadModule uploadModule) -
remoteModule
public DaggerDocumentCaptureCoreComponent.Builder remoteModule(com.yoti.mobile.android.remote.di.RemoteModule remoteModule) -
ipTrackingModule
@Deprecated public DaggerDocumentCaptureCoreComponent.Builder ipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule) Deprecated.This module is declared, but an instance is not used in the component. This method is a no-op. For more, see https://dagger.dev/unused-modules. -
networkConfigurationModule
@Deprecated public DaggerDocumentCaptureCoreComponent.Builder networkConfigurationModule(com.yoti.mobile.android.remote.di.NetworkConfigurationModule networkConfigurationModule) Deprecated.This module is declared, but an instance is not used in the component. This method is a no-op. For more, see https://dagger.dev/unused-modules. -
remoteDebugModule
@Deprecated public DaggerDocumentCaptureCoreComponent.Builder remoteDebugModule(com.yoti.mobile.android.remote.di.RemoteDebugModule remoteDebugModule) Deprecated.This module is declared, but an instance is not used in the component. This method is a no-op. For more, see https://dagger.dev/unused-modules. -
viewModelModule
public DaggerDocumentCaptureCoreComponent.Builder viewModelModule(com.yoti.mobile.android.documentcapture.di.ViewModelModule viewModelModule) -
countryHelperModule
public DaggerDocumentCaptureCoreComponent.Builder countryHelperModule(com.yoti.mobile.android.yotisdkcore.core.di.CountryHelperModule countryHelperModule) -
sessionStatusModule
public DaggerDocumentCaptureCoreComponent.Builder sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule) -
commonModule
public DaggerDocumentCaptureCoreComponent.Builder commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule) -
documentCaptureCoreAnalyticsModule
@Deprecated public DaggerDocumentCaptureCoreComponent.Builder documentCaptureCoreAnalyticsModule(com.yoti.mobile.android.documentcapture.di.DocumentCaptureCoreAnalyticsModule documentCaptureCoreAnalyticsModule) Deprecated.This module is declared, but an instance is not used in the component. This method is a no-op. For more, see https://dagger.dev/unused-modules. -
analyticsModule
@Deprecated public DaggerDocumentCaptureCoreComponent.Builder analyticsModule(com.yoti.mobile.android.analytics.core.di.AnalyticsModule analyticsModule) Deprecated.This module is declared, but an instance is not used in the component. This method is a no-op. For more, see https://dagger.dev/unused-modules. -
build
public com.yoti.mobile.android.documentcapture.di.DocumentCaptureCoreComponent build()
-