Class IdDocumentResourceLocalDataSource_Factory
java.lang.Object
com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSource_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSource>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSource>
@DaggerGenerated
public final class IdDocumentResourceLocalDataSource_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSource>
-
Constructor Summary
ConstructorsConstructorDescriptionIdDocumentResourceLocalDataSource_Factory(javax.inject.Provider<android.content.SharedPreferences> preferencesProvider, javax.inject.Provider<String> requirementIdProvider, javax.inject.Provider<kotlin.coroutines.CoroutineContext> ioContextProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<android.content.SharedPreferences> preferencesProvider, javax.inject.Provider<String> requirementIdProvider, javax.inject.Provider<kotlin.coroutines.CoroutineContext> ioContextProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider) com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSourceget()static com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSourcenewInstance(android.content.SharedPreferences preferences, String requirementId, kotlin.coroutines.CoroutineContext ioContext, com.google.gson.Gson gson)
-
Constructor Details
-
IdDocumentResourceLocalDataSource_Factory
public IdDocumentResourceLocalDataSource_Factory(javax.inject.Provider<android.content.SharedPreferences> preferencesProvider, javax.inject.Provider<String> requirementIdProvider, javax.inject.Provider<kotlin.coroutines.CoroutineContext> ioContextProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSource get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.local.IdDocumentResourceLocalDataSource>
-
create
public static IdDocumentResourceLocalDataSource_Factory create(javax.inject.Provider<android.content.SharedPreferences> preferencesProvider, javax.inject.Provider<String> requirementIdProvider, javax.inject.Provider<kotlin.coroutines.CoroutineContext> ioContextProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider)
-