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 Object
implements dagger.internal.Factory<androidx.lifecycle.ViewModel>
-
Constructor Summary
ConstructorsConstructorDescriptionIdDocumentCaptureViewModelModule_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
Modifier and TypeMethodDescriptioncreate(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 Details
-
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 Details
-
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)
-