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 Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper>
-
Constructor Summary
ConstructorsConstructorDescriptionIdDocumentCaptureModule_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
Modifier and TypeMethodDescriptioncreate(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 Details
-
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 Details
-
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)
-