Class ApiServiceFactory_Factory

java.lang.Object
com.yoti.mobile.android.remote.ApiServiceFactory_Factory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.remote.ApiServiceFactory>, javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory>

@DaggerGenerated public final class ApiServiceFactory_Factory extends Object implements dagger.internal.Factory<com.yoti.mobile.android.remote.ApiServiceFactory>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ApiServiceFactory_Factory(javax.inject.Provider<com.yoti.mobile.android.remote.ServiceLocation> serviceLocationProvider, javax.inject.Provider<android.content.Context> contextProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.remote.ServiceLocation> serviceLocationProvider, javax.inject.Provider<android.content.Context> contextProvider)
     
    com.yoti.mobile.android.remote.ApiServiceFactory
    get()
     
    static com.yoti.mobile.android.remote.ApiServiceFactory
    newInstance(com.yoti.mobile.android.remote.ServiceLocation serviceLocation, android.content.Context context)
     

    Methods inherited from class java.lang.Object

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

    • ApiServiceFactory_Factory

      public ApiServiceFactory_Factory(javax.inject.Provider<com.yoti.mobile.android.remote.ServiceLocation> serviceLocationProvider, javax.inject.Provider<android.content.Context> contextProvider)
  • Method Details

    • get

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

      public static ApiServiceFactory_Factory create(javax.inject.Provider<com.yoti.mobile.android.remote.ServiceLocation> serviceLocationProvider, javax.inject.Provider<android.content.Context> contextProvider)
    • newInstance

      public static com.yoti.mobile.android.remote.ApiServiceFactory newInstance(com.yoti.mobile.android.remote.ServiceLocation serviceLocation, android.content.Context context)