Class NavigationModule
-
- All Implemented Interfaces:
@Module() public final class NavigationModuleModule for ConfigurationRepository injection
-
-
Constructor Summary
Constructors Constructor Description NavigationModule()
-
Method Summary
Modifier and Type Method Description final NavigationManagerprovideNavigationManager(ConfigurationRepository configurationRepository, EventsRepository eventsRepository, ApiEventsRepository apiEventsRepository, ConsentRepository consentRepository, UIProvider uiProvider, UserChoicesInfoProvider userChoicesInfoProvider)Provide ConfigurationRepository and load data -
-
Method Detail
-
provideNavigationManager
@Provides()@Singleton() final NavigationManager provideNavigationManager(ConfigurationRepository configurationRepository, EventsRepository eventsRepository, ApiEventsRepository apiEventsRepository, ConsentRepository consentRepository, UIProvider uiProvider, UserChoicesInfoProvider userChoicesInfoProvider)
Provide ConfigurationRepository and load data
-
-
-
-