Class UploadModule_ProvidesDocumentCleanupInteractorFactory

java.lang.Object
com.yoti.mobile.android.documentcapture.di.UploadModule_ProvidesDocumentCleanupInteractorFactory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.IDocumentCleanupInteractor>, javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.IDocumentCleanupInteractor>

@DaggerGenerated public final class UploadModule_ProvidesDocumentCleanupInteractorFactory extends Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.IDocumentCleanupInteractor>
  • Constructor Details

    • UploadModule_ProvidesDocumentCleanupInteractorFactory

      public UploadModule_ProvidesDocumentCleanupInteractorFactory(com.yoti.mobile.android.documentcapture.di.UploadModule module)
  • Method Details

    • get

      @Nullable public @Nullable com.yoti.mobile.android.documentcapture.domain.IDocumentCleanupInteractor get()
      Specified by:
      get in interface javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.IDocumentCleanupInteractor>
    • create

      public static UploadModule_ProvidesDocumentCleanupInteractorFactory create(com.yoti.mobile.android.documentcapture.di.UploadModule module)
    • providesDocumentCleanupInteractor

      @Nullable public static @Nullable com.yoti.mobile.android.documentcapture.domain.IDocumentCleanupInteractor providesDocumentCleanupInteractor(com.yoti.mobile.android.documentcapture.di.UploadModule instance)