-
- All Implemented Interfaces:
@Module(includes = {RepositoryModule.class}) public final class ConsentModuleModule for ConsentRepository injection
-
-
Constructor Summary
Constructors Constructor Description ConsentModule()
-
Method Summary
Modifier and Type Method Description final ConsentRepositoryprovideConsentRepository(SharedPreferences sharedPreferences, VendorRepository vendorRepository, ConfigurationRepository configurationRepository, IABStorageRepository iabStorageRepository, LanguagesHelper languagesHelper, CountryHelper countryHelper)Provide ConsentRepository -
-
Method Detail
-
provideConsentRepository
@Provides()@Singleton() final ConsentRepository provideConsentRepository(SharedPreferences sharedPreferences, VendorRepository vendorRepository, ConfigurationRepository configurationRepository, IABStorageRepository iabStorageRepository, LanguagesHelper languagesHelper, CountryHelper countryHelper)
Provide ConsentRepository
-
-
-
-