Class IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper>
@DaggerGenerated public final class IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactory extends java.lang.Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper>
-
-
Constructor Summary
Constructors Constructor Description IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper> scanFragmentFactoryWrapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.automation.AutomationScanFragmentFactoryWrapper> automationScanFragmentFactoryWrapperProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactorycreate(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper> scanFragmentFactoryWrapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.automation.AutomationScanFragmentFactoryWrapper> automationScanFragmentFactoryWrapperProvider)com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapperget()static com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapperprovidesScanFragmentFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule instance, com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper scanFragmentFactoryWrapper, com.yoti.mobile.android.documentcapture.id.view.scan.automation.AutomationScanFragmentFactoryWrapper automationScanFragmentFactoryWrapper)
-
-
-
Constructor Detail
-
IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactory
public IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper> scanFragmentFactoryWrapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.automation.AutomationScanFragmentFactoryWrapper> automationScanFragmentFactoryWrapperProvider)
-
-
Method Detail
-
get
public com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper get()
- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper>
-
create
public static IdDocumentCaptureModule_ProvidesScanFragmentFactoryFactory create(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper> scanFragmentFactoryWrapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.automation.AutomationScanFragmentFactoryWrapper> automationScanFragmentFactoryWrapperProvider)
-
providesScanFragmentFactory
public static com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper providesScanFragmentFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule instance, com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper scanFragmentFactoryWrapper, com.yoti.mobile.android.documentcapture.id.view.scan.automation.AutomationScanFragmentFactoryWrapper automationScanFragmentFactoryWrapper)
-
-