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

    Constructors
    Constructor
    Description
    GiveBiometricConsentUseCase_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository> biometricConsentRepositoryProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository> biometricConsentRepositoryProvider)
     
    com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase
    get()
     
    static com.yoti.mobile.android.liveness.domain.GiveBiometricConsentUseCase
    newInstance(com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository biometricConsentRepository)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      get in interface javax.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)