-
- All Implemented Interfaces:
-
dagger.internal.Factory,javax.inject.Provider
@DaggerGenerated() public final class AudioHandlerModule_CommunicationWorkaroundFactory implements Factory<CommunicationWorkaround>
-
-
Constructor Summary
Constructors Constructor Description AudioHandlerModule_CommunicationWorkaroundFactory(Provider<Boolean> disableCommunicationWorkaroundProvider, Provider<AudioType> audioTypeProvider, Provider<CloseableManager> closeableManagerProvider, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)
-
Method Summary
Modifier and Type Method Description CommunicationWorkaroundget()static AudioHandlerModule_CommunicationWorkaroundFactorycreate(Provider<Boolean> disableCommunicationWorkaroundProvider, Provider<AudioType> audioTypeProvider, Provider<CloseableManager> closeableManagerProvider, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)static CommunicationWorkaroundcommunicationWorkaround(boolean disableCommunicationWorkaround, AudioType audioType, CloseableManager closeableManager, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)-
-
Constructor Detail
-
AudioHandlerModule_CommunicationWorkaroundFactory
AudioHandlerModule_CommunicationWorkaroundFactory(Provider<Boolean> disableCommunicationWorkaroundProvider, Provider<AudioType> audioTypeProvider, Provider<CloseableManager> closeableManagerProvider, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)
-
-
Method Detail
-
get
CommunicationWorkaround get()
-
create
static AudioHandlerModule_CommunicationWorkaroundFactory create(Provider<Boolean> disableCommunicationWorkaroundProvider, Provider<AudioType> audioTypeProvider, Provider<CloseableManager> closeableManagerProvider, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)
-
communicationWorkaround
static CommunicationWorkaround communicationWorkaround(boolean disableCommunicationWorkaround, AudioType audioType, CloseableManager closeableManager, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)
-
-
-
-