Class IdDocumentCaptureViewModelModule_ProvidesDocumentScanViewModelFactory
java.lang.Object
com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule_ProvidesDocumentScanViewModelFactory
- All Implemented Interfaces:
dagger.internal.Factory<androidx.lifecycle.ViewModel>,javax.inject.Provider<androidx.lifecycle.ViewModel>
@DaggerGenerated
public final class IdDocumentCaptureViewModelModule_ProvidesDocumentScanViewModelFactory
extends Object
implements dagger.internal.Factory<androidx.lifecycle.ViewModel>
-
Constructor Summary
ConstructorsConstructorDescriptionIdDocumentCaptureViewModelModule_ProvidesDocumentScanViewModelFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel> 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.scan.DocumentScanViewModel> viewModelProvider) androidx.lifecycle.ViewModelget()static androidx.lifecycle.ViewModelprovidesDocumentScanViewModel(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule instance, com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel viewModel)
-
Constructor Details
-
IdDocumentCaptureViewModelModule_ProvidesDocumentScanViewModelFactory
public IdDocumentCaptureViewModelModule_ProvidesDocumentScanViewModelFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel> viewModelProvider)
-
-
Method Details
-
get
public androidx.lifecycle.ViewModel get()- Specified by:
getin interfacejavax.inject.Provider<androidx.lifecycle.ViewModel>
-
create
public static IdDocumentCaptureViewModelModule_ProvidesDocumentScanViewModelFactory create(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel> viewModelProvider) -
providesDocumentScanViewModel
public static androidx.lifecycle.ViewModel providesDocumentScanViewModel(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule instance, com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel viewModel)
-