-
- All Implemented Interfaces:
-
dagger.internal.Factory,javax.inject.Provider
@DaggerGenerated() public final class AudioHandlerModule_AudioHandlerFactory implements Factory<AudioHandler>
-
-
Constructor Summary
Constructors Constructor Description AudioHandlerModule_AudioHandlerFactory(Provider<AudioSwitchHandler> audioSwitchHandlerProvider, Provider<AudioHandler> audioHandlerOverrideProvider, Provider<AudioType> audioOutputTypeProvider)
-
Method Summary
Modifier and Type Method Description AudioHandlerget()static AudioHandlerModule_AudioHandlerFactorycreate(Provider<AudioSwitchHandler> audioSwitchHandlerProvider, Provider<AudioHandler> audioHandlerOverrideProvider, Provider<AudioType> audioOutputTypeProvider)static AudioHandleraudioHandler(Provider<AudioSwitchHandler> audioSwitchHandler, AudioHandler audioHandlerOverride, AudioType audioOutputType)-
-
Constructor Detail
-
AudioHandlerModule_AudioHandlerFactory
AudioHandlerModule_AudioHandlerFactory(Provider<AudioSwitchHandler> audioSwitchHandlerProvider, Provider<AudioHandler> audioHandlerOverrideProvider, Provider<AudioType> audioOutputTypeProvider)
-
-
Method Detail
-
get
AudioHandler get()
-
create
static AudioHandlerModule_AudioHandlerFactory create(Provider<AudioSwitchHandler> audioSwitchHandlerProvider, Provider<AudioHandler> audioHandlerOverrideProvider, Provider<AudioType> audioOutputTypeProvider)
-
audioHandler
static AudioHandler audioHandler(Provider<AudioSwitchHandler> audioSwitchHandler, AudioHandler audioHandlerOverride, AudioType audioOutputType)
-
-
-
-