Class ScanConfigurationService_Factory

  • All Implemented Interfaces:
    dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService>, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService>

    @DaggerGenerated
    public final class ScanConfigurationService_Factory
    extends java.lang.Object
    implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService>
    • Constructor Summary

      Constructors 
      Constructor Description
      ScanConfigurationService_Factory​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ScanConfigurationService_Factory create​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)  
      com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService get()  
      static com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService newInstance​(com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService apiService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScanConfigurationService_Factory

        public ScanConfigurationService_Factory​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)
    • Method Detail

      • get

        public com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService get()
        Specified by:
        get in interface javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService>
      • create

        public static ScanConfigurationService_Factory create​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)
      • newInstance

        public static com.yoti.mobile.android.documentcapture.id.data.remote.ScanConfigurationService newInstance​(com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService apiService)