Class 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 java.lang.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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static NfcStopListeningUseCase_Factory 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 Detail

      • NfcStopListeningUseCase_Factory

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

      • 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)