Class IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>>,javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>>
@DaggerGenerated public final class IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactory extends java.lang.Object implements dagger.internal.Factory<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>>
-
-
Constructor Summary
Constructors Constructor Description IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateHandleHolderViewModelFactoryProvider> savedStateViewModelFactoryProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactorycreate(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateHandleHolderViewModelFactoryProvider> savedStateViewModelFactoryProvider)com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>get()static com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>providesSavedStateViewModelFactoryForDocumentCapture(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule instance, com.yoti.mobile.android.commonui.di.viewmodel.SavedStateHandleHolderViewModelFactoryProvider savedStateViewModelFactoryProvider)
-
-
-
Constructor Detail
-
IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactory
public IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateHandleHolderViewModelFactoryProvider> savedStateViewModelFactoryProvider)
-
-
Method Detail
-
get
public com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel> get()
- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>>
-
create
public static IdDocumentCaptureViewModelModule_ProvidesSavedStateViewModelFactoryForDocumentCaptureFactory create(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule module, javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateHandleHolderViewModelFactoryProvider> savedStateViewModelFactoryProvider)
-
providesSavedStateViewModelFactoryForDocumentCapture
public static com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel> providesSavedStateViewModelFactoryForDocumentCapture(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureViewModelModule instance, com.yoti.mobile.android.commonui.di.viewmodel.SavedStateHandleHolderViewModelFactoryProvider savedStateViewModelFactoryProvider)
-
-