Class DaggerYotiSdkComponent.Builder
java.lang.Object
com.yoti.mobile.android.yotisdkcore.core.di.DaggerYotiSdkComponent.Builder
- Enclosing class:
- DaggerYotiSdkComponent
-
Method Summary
Modifier and TypeMethodDescriptioncom.yoti.mobile.android.yotisdkcore.core.di.YotiSdkComponentbuild()commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule) sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule) stepTrackerLauncherModule(com.yoti.mobile.android.yotisdkcore.core.di.StepTrackerLauncherModule stepTrackerLauncherModule) Deprecated.This module is declared, but an instance is not used in the component.
-
Method Details
-
commonModule
public DaggerYotiSdkComponent.Builder commonModule(com.yoti.mobile.android.yotidocs.common.di.CommonModule commonModule) -
sessionStatusModule
public DaggerYotiSdkComponent.Builder sessionStatusModule(com.yoti.mobile.android.yotisdkcore.core.di.SessionStatusModule sessionStatusModule) -
stepTrackerLauncherModule
@Deprecated public DaggerYotiSdkComponent.Builder stepTrackerLauncherModule(com.yoti.mobile.android.yotisdkcore.core.di.StepTrackerLauncherModule stepTrackerLauncherModule) 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.YotiSdkComponent build()
-