Class GiveBiometricConsentUseCase_Factory
java.lang.Object
com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase>,javax.inject.Provider<com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase>
@DaggerGenerated
public final class GiveBiometricConsentUseCase_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase>
-
Constructor Summary
ConstructorsConstructorDescriptionGiveBiometricConsentUseCase_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository> biometricConsentRepositoryProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository> biometricConsentRepositoryProvider) com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCaseget()static com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCasenewInstance(com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository biometricConsentRepository)
-
Constructor Details
-
GiveBiometricConsentUseCase_Factory
public GiveBiometricConsentUseCase_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository> biometricConsentRepositoryProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase>
-
create
public static GiveBiometricConsentUseCase_Factory create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository> biometricConsentRepositoryProvider) -
newInstance
public static com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase newInstance(com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository biometricConsentRepository)
-