Class DaggerIdDocumentCaptureComponent.Builder
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.DaggerIdDocumentCaptureComponent.Builder
-
- Enclosing class:
- DaggerIdDocumentCaptureComponent
public static final class DaggerIdDocumentCaptureComponent.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureComponentbuild()DaggerIdDocumentCaptureComponent.BuildercommonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule)DaggerIdDocumentCaptureComponent.BuildercoroutineDispatchersModule(com.yoti.mobile.android.yotidocs.common.di.schedulers.CoroutineDispatchersModule coroutineDispatchersModule)Deprecated.This module is declared, but an instance is not used in the component.DaggerIdDocumentCaptureComponent.BuildercountryHelperModule(com.yoti.mobile.android.yotisdkcore.core.di.CountryHelperModule countryHelperModule)DaggerIdDocumentCaptureComponent.BuilderidDocumentCaptureApiServiceModule(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule idDocumentCaptureApiServiceModule)DaggerIdDocumentCaptureComponent.BuilderidDocumentCaptureModule(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule idDocumentCaptureModule)DaggerIdDocumentCaptureComponent.BuilderidDocumentCaptureViewModelModule(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule idDocumentCaptureViewModelModule)DaggerIdDocumentCaptureComponent.BuilderipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule)DaggerIdDocumentCaptureComponent.BuildermrtdCoreModule(com.yoti.mobile.android.mrtd.di.MrtdCoreModule mrtdCoreModule)DaggerIdDocumentCaptureComponent.BuilderremoteDebugModule(com.yoti.mobile.android.remote.di.RemoteDebugModule remoteDebugModule)Deprecated.This module is declared, but an instance is not used in the component.DaggerIdDocumentCaptureComponent.BuilderremoteModule(com.yoti.mobile.android.remote.di.RemoteModule remoteModule)DaggerIdDocumentCaptureComponent.BuilderresourceConfigurationModule(com.yoti.mobile.android.yotisdkcore.core.di.ResourceConfigurationModule resourceConfigurationModule)DaggerIdDocumentCaptureComponent.BuildersessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule)
-
-
-
Method Detail
-
idDocumentCaptureModule
public DaggerIdDocumentCaptureComponent.Builder idDocumentCaptureModule(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule idDocumentCaptureModule)
-
mrtdCoreModule
public DaggerIdDocumentCaptureComponent.Builder mrtdCoreModule(com.yoti.mobile.android.mrtd.di.MrtdCoreModule mrtdCoreModule)
-
remoteModule
public DaggerIdDocumentCaptureComponent.Builder remoteModule(com.yoti.mobile.android.remote.di.RemoteModule remoteModule)
-
ipTrackingModule
public DaggerIdDocumentCaptureComponent.Builder ipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule)
-
remoteDebugModule
@Deprecated public DaggerIdDocumentCaptureComponent.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.
-
coroutineDispatchersModule
@Deprecated public DaggerIdDocumentCaptureComponent.Builder coroutineDispatchersModule(com.yoti.mobile.android.yotidocs.common.di.schedulers.CoroutineDispatchersModule coroutineDispatchersModule)
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.
-
resourceConfigurationModule
public DaggerIdDocumentCaptureComponent.Builder resourceConfigurationModule(com.yoti.mobile.android.yotisdkcore.core.di.ResourceConfigurationModule resourceConfigurationModule)
-
idDocumentCaptureApiServiceModule
public DaggerIdDocumentCaptureComponent.Builder idDocumentCaptureApiServiceModule(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule idDocumentCaptureApiServiceModule)
-
sessionStatusModule
public DaggerIdDocumentCaptureComponent.Builder sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule)
-
commonModule
public DaggerIdDocumentCaptureComponent.Builder commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule)
-
countryHelperModule
public DaggerIdDocumentCaptureComponent.Builder countryHelperModule(com.yoti.mobile.android.yotisdkcore.core.di.CountryHelperModule countryHelperModule)
-
idDocumentCaptureViewModelModule
public DaggerIdDocumentCaptureComponent.Builder idDocumentCaptureViewModelModule(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule idDocumentCaptureViewModelModule)
-
build
public com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureComponent build()
-
-