Class IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<androidx.lifecycle.ViewModel>,javax.inject.Provider<androidx.lifecycle.ViewModel>
@DaggerGenerated public final class IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactory extends java.lang.Object implements dagger.internal.Factory<androidx.lifecycle.ViewModel>
-
-
Constructor Summary
Constructors Constructor Description IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.upload.TextExtractionErrorViewModel> viewModelProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactorycreate(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.upload.TextExtractionErrorViewModel> viewModelProvider)androidx.lifecycle.ViewModelget()static androidx.lifecycle.ViewModelprovidesGenericTextExtractionErrorViewModel(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule instance, com.yoti.mobile.android.documentcapture.id.view.upload.TextExtractionErrorViewModel viewModel)
-
-
-
Constructor Detail
-
IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactory
public IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.upload.TextExtractionErrorViewModel> viewModelProvider)
-
-
Method Detail
-
get
public androidx.lifecycle.ViewModel get()
- Specified by:
getin interfacejavax.inject.Provider<androidx.lifecycle.ViewModel>
-
create
public static IdDocumentCaptureViewModelModule_ProvidesGenericTextExtractionErrorViewModelFactory create(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.upload.TextExtractionErrorViewModel> viewModelProvider)
-
providesGenericTextExtractionErrorViewModel
public static androidx.lifecycle.ViewModel providesGenericTextExtractionErrorViewModel(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule instance, com.yoti.mobile.android.documentcapture.id.view.upload.TextExtractionErrorViewModel viewModel)
-
-