Class DaggerBiometricConsentComponent.Builder
java.lang.Object
com.yoti.mobile.android.liveness.di.DaggerBiometricConsentComponent.Builder
- Enclosing class:
- DaggerBiometricConsentComponent
-
Method Summary
Modifier and TypeMethodDescriptionbiometricConsentFeatureConfigurationModule(com.yoti.mobile.android.liveness.di.module.BiometricConsentFeatureConfigurationModule biometricConsentFeatureConfigurationModule) 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.biometricConsentViewModelModule(com.yoti.mobile.android.liveness.di.module.BiometricConsentViewModelModule biometricConsentViewModelModule) com.yoti.mobile.android.liveness.di.BiometricConsentComponentbuild()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
-
biometricConsentViewModelModule
public DaggerBiometricConsentComponent.Builder biometricConsentViewModelModule(com.yoti.mobile.android.liveness.di.module.BiometricConsentViewModelModule biometricConsentViewModelModule) -
biometricConsentFeatureConfigurationModule
public DaggerBiometricConsentComponent.Builder biometricConsentFeatureConfigurationModule(com.yoti.mobile.android.liveness.di.module.BiometricConsentFeatureConfigurationModule biometricConsentFeatureConfigurationModule) -
biometricConsentModule
@Deprecated public DaggerBiometricConsentComponent.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 DaggerBiometricConsentComponent.Builder coroutineScopeModule(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule coroutineScopeModule) -
remoteModule
public DaggerBiometricConsentComponent.Builder remoteModule(com.yoti.mobile.android.remote.di.RemoteModule remoteModule) -
ipTrackingModule
public DaggerBiometricConsentComponent.Builder ipTrackingModule(com.yoti.mobile.android.remote.di.IpTrackingModule ipTrackingModule) -
networkConfigurationModule
@Deprecated public DaggerBiometricConsentComponent.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 DaggerBiometricConsentComponent.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 DaggerBiometricConsentComponent.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 DaggerBiometricConsentComponent.Builder commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule) -
sessionStatusModule
public DaggerBiometricConsentComponent.Builder sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule) -
build
public com.yoti.mobile.android.liveness.di.BiometricConsentComponent build()
-