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 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:
      get in interface javax.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)