Class DaggerStepTrackerLauncherComponent.Builder
java.lang.Object
com.yoti.mobile.android.yotisdkcore.core.di.DaggerStepTrackerLauncherComponent.Builder
- Enclosing class:
- DaggerStepTrackerLauncherComponent
-
Method Summary
Modifier and TypeMethodDescriptionbiometricConsentModule(com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.di.BiometricConsentModule biometricConsentModule) Deprecated.This module is declared, but an instance is not used in the component.com.yoti.mobile.android.yotisdkcore.core.di.StepTrackerLauncherComponentbuild()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.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) sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule)
-
Method Details
-
sessionStatusModule
public DaggerStepTrackerLauncherComponent.Builder sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule) -
commonModule
public DaggerStepTrackerLauncherComponent.Builder commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule) -
biometricConsentModule
@Deprecated public DaggerStepTrackerLauncherComponent.Builder biometricConsentModule(com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.di.BiometricConsentModule biometricConsentModule) 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. -
coroutineScopeModule
public DaggerStepTrackerLauncherComponent.Builder coroutineScopeModule(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule coroutineScopeModule) -
remoteModule
public DaggerStepTrackerLauncherComponent.Builder remoteModule(com.yoti.mobile.android.remote.di.RemoteModule remoteModule) -
ipTrackingModule
public DaggerStepTrackerLauncherComponent.Builder ipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule) -
networkConfigurationModule
@Deprecated public DaggerStepTrackerLauncherComponent.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 DaggerStepTrackerLauncherComponent.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 DaggerStepTrackerLauncherComponent.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. -
build
public com.yoti.mobile.android.yotisdkcore.core.di.StepTrackerLauncherComponent build()
-