Class DocumentCaptureCoreAnalyticsModule_ProvidesDocumentInformationAnalyticsTrackerHelperFactory
java.lang.Object
com.yoti.mobile.android.documentcapture.di.DocumentCaptureCoreAnalyticsModule_ProvidesDocumentInformationAnalyticsTrackerHelperFactory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelper>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelper>
@DaggerGenerated
public final class DocumentCaptureCoreAnalyticsModule_ProvidesDocumentInformationAnalyticsTrackerHelperFactory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelper>
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentCaptureCoreAnalyticsModule_ProvidesDocumentInformationAnalyticsTrackerHelperFactory(javax.inject.Provider<com.yoti.mobile.android.analytics.core.AnalyticsTracker> trackerProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationEvent.Factory> factoryProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.analytics.core.AnalyticsTracker> trackerProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationEvent.Factory> factoryProvider) @Nullable com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelperget()static @Nullable com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelperprovidesDocumentInformationAnalyticsTrackerHelper(com.yoti.mobile.android.analytics.core.AnalyticsTracker tracker, com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationEvent.Factory factory)
-
Constructor Details
-
DocumentCaptureCoreAnalyticsModule_ProvidesDocumentInformationAnalyticsTrackerHelperFactory
public DocumentCaptureCoreAnalyticsModule_ProvidesDocumentInformationAnalyticsTrackerHelperFactory(javax.inject.Provider<com.yoti.mobile.android.analytics.core.AnalyticsTracker> trackerProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationEvent.Factory> factoryProvider)
-
-
Method Details
-
get
@Nullable public @Nullable com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelper get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelper>
-
create
public static DocumentCaptureCoreAnalyticsModule_ProvidesDocumentInformationAnalyticsTrackerHelperFactory create(javax.inject.Provider<com.yoti.mobile.android.analytics.core.AnalyticsTracker> trackerProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationEvent.Factory> factoryProvider) -
providesDocumentInformationAnalyticsTrackerHelper
@Nullable public static @Nullable com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationAnalyticsTrackerHelper providesDocumentInformationAnalyticsTrackerHelper(com.yoti.mobile.android.analytics.core.AnalyticsTracker tracker, com.yoti.mobile.android.documentcapture.domain.analytics.DocumentInformationEvent.Factory factory)
-