Class ViewModelModule_ProvidesDocumentEducationalViewModelFactory
java.lang.Object
com.yoti.mobile.android.documentcapture.di.ViewModelModule_ProvidesDocumentEducationalViewModelFactory
- All Implemented Interfaces:
dagger.internal.Factory<androidx.lifecycle.ViewModel>,javax.inject.Provider<androidx.lifecycle.ViewModel>
@DaggerGenerated
public final class ViewModelModule_ProvidesDocumentEducationalViewModelFactory
extends Object
implements dagger.internal.Factory<androidx.lifecycle.ViewModel>
-
Constructor Summary
ConstructorsConstructorDescriptionViewModelModule_ProvidesDocumentEducationalViewModelFactory(com.yoti.mobile.android.documentcapture.di.ViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalViewModel> viewModelProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.yoti.mobile.android.documentcapture.di.ViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalViewModel> viewModelProvider) androidx.lifecycle.ViewModelget()static androidx.lifecycle.ViewModelprovidesDocumentEducationalViewModel(com.yoti.mobile.android.documentcapture.di.ViewModelModule instance, com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalViewModel viewModel)
-
Constructor Details
-
ViewModelModule_ProvidesDocumentEducationalViewModelFactory
public ViewModelModule_ProvidesDocumentEducationalViewModelFactory(com.yoti.mobile.android.documentcapture.di.ViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalViewModel> viewModelProvider)
-
-
Method Details
-
get
public androidx.lifecycle.ViewModel get()- Specified by:
getin interfacejavax.inject.Provider<androidx.lifecycle.ViewModel>
-
create
public static ViewModelModule_ProvidesDocumentEducationalViewModelFactory create(com.yoti.mobile.android.documentcapture.di.ViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalViewModel> viewModelProvider) -
providesDocumentEducationalViewModel
public static androidx.lifecycle.ViewModel providesDocumentEducationalViewModel(com.yoti.mobile.android.documentcapture.di.ViewModelModule instance, com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalViewModel viewModel)
-