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
ConstructorsConstructorDescriptionNfcStopListeningUseCase_Factory(javax.inject.Provider<com.yoti.mobile.android.mrtd.domain.INfcReadController> listenerProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(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)
-
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:
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)
-