Class NfcEnabledInteractor_Factory

java.lang.Object
com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor_Factory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor>, javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor>

@DaggerGenerated public final class NfcEnabledInteractor_Factory extends Object implements dagger.internal.Factory<com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor>
  • Constructor Summary

    Constructors
    Constructor
    Description
    NfcEnabledInteractor_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.INfcStateRepository> repositoryProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.INfcStateRepository> repositoryProvider)
     
    com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor
    get()
     
    static com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor
    newInstance(com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.INfcStateRepository repository)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NfcEnabledInteractor_Factory

      public NfcEnabledInteractor_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.INfcStateRepository> repositoryProvider)
  • Method Details

    • get

      public com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor get()
      Specified by:
      get in interface javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor>
    • create

      public static NfcEnabledInteractor_Factory create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.INfcStateRepository> repositoryProvider)
    • newInstance

      public static com.yoti.mobile.android.mrtd.domain.NfcEnabledInteractor newInstance(com.yoti.mobile.android.yotisdkcore.feature.nfc.domain.INfcStateRepository repository)