Class NfcStopListeningUseCase_Factory

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

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

    Constructors
    Constructor
    Description
    NfcStopListeningUseCase_Factory(javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.INfcReadController> listenerProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.INfcReadController> listenerProvider)
     
    com.yoti.mobile.android.mrtd.domain.NfcStopListeningUseCase
    get()
     
    static com.yoti.mobile.android.mrtd.domain.NfcStopListeningUseCase
    newInstance(com.yoti.mobile.android.mrtd.domain.INfcReadController listener)
     

    Methods inherited from class java.lang.Object

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

    • NfcStopListeningUseCase_Factory

      public NfcStopListeningUseCase_Factory(javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.INfcReadController> listenerProvider)
  • Method Details

    • get

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

      public static NfcStopListeningUseCase_Factory create(javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.INfcReadController> listenerProvider)
    • newInstance

      public static com.yoti.mobile.android.mrtd.domain.NfcStopListeningUseCase newInstance(com.yoti.mobile.android.mrtd.domain.INfcReadController listener)