Class DaggerRegulaScanResultProcessorComponent.Builder
java.lang.Object
com.yoti.mobile.android.documentcapture.id.di.DaggerRegulaScanResultProcessorComponent.Builder
- Enclosing class:
- DaggerRegulaScanResultProcessorComponent
-
Method Summary
Modifier and TypeMethodDescriptioncom.yoti.mobile.android.documentcapture.id.di.RegulaScanResultProcessorComponentbuild()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.coroutineScopeModule(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule coroutineScopeModule) ipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule) networkConfigurationModule(com.yoti.mobile.android.remote.di.NetworkConfigurationModule networkConfigurationModule) Deprecated.This module is declared, but an instance is not used in the component.regulaScanResultProcessorModule(com.yoti.mobile.android.documentcapture.id.di.RegulaScanResultProcessorModule regulaScanResultProcessorModule) 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)
-
Method Details
-
regulaScanResultProcessorModule
public DaggerRegulaScanResultProcessorComponent.Builder regulaScanResultProcessorModule(com.yoti.mobile.android.documentcapture.id.di.RegulaScanResultProcessorModule regulaScanResultProcessorModule) -
remoteModule
public DaggerRegulaScanResultProcessorComponent.Builder remoteModule(com.yoti.mobile.android.remote.di.RemoteModule remoteModule) -
ipTrackingModule
public DaggerRegulaScanResultProcessorComponent.Builder ipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule) -
networkConfigurationModule
@Deprecated public DaggerRegulaScanResultProcessorComponent.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. -
coroutineContextModule
@Deprecated public DaggerRegulaScanResultProcessorComponent.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. -
remoteDebugModule
@Deprecated public DaggerRegulaScanResultProcessorComponent.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. -
commonModule
public DaggerRegulaScanResultProcessorComponent.Builder commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule) -
coroutineScopeModule
public DaggerRegulaScanResultProcessorComponent.Builder coroutineScopeModule(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule coroutineScopeModule) -
build
public com.yoti.mobile.android.documentcapture.id.di.RegulaScanResultProcessorComponent build()
-