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 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_Factorycreate(javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.INfcReadController> listenerProvider)com.yoti.mobile.android.mrtd.domain.NfcStopListeningUseCaseget()static com.yoti.mobile.android.mrtd.domain.NfcStopListeningUseCasenewInstance(com.yoti.mobile.android.mrtd.domain.INfcReadController listener)
-
-
-
Method Detail
-
get
public com.yoti.mobile.android.mrtd.domain.NfcStopListeningUseCase get()
- Specified by:
getin interfacejavax.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)
-
-