Class BiometricConsentModule_ProvidesBiometricConsentRepositoryFactory

java.lang.Object
com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.di.BiometricConsentModule_ProvidesBiometricConsentRepositoryFactory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository>, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository>

@DaggerGenerated public final class BiometricConsentModule_ProvidesBiometricConsentRepositoryFactory extends Object implements dagger.internal.Factory<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository>
  • Constructor Details

    • BiometricConsentModule_ProvidesBiometricConsentRepositoryFactory

      public BiometricConsentModule_ProvidesBiometricConsentRepositoryFactory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.data.BiometricConsentRepository> repositoryProvider)
  • Method Details

    • get

      public com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository get()
      Specified by:
      get in interface javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository>
    • create

      public static BiometricConsentModule_ProvidesBiometricConsentRepositoryFactory create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.data.BiometricConsentRepository> repositoryProvider)
    • providesBiometricConsentRepository

      public static com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.domain.IBiometricConsentRepository providesBiometricConsentRepository(com.yoti.mobile.android.yotisdkcore.feature.biometric_consent.data.BiometricConsentRepository repository)