Package 

Class AudioHandlerModule_CommunicationWorkaroundFactory

    • Method Summary

      Modifier and Type Method Description
      CommunicationWorkaround get()
      static AudioHandlerModule_CommunicationWorkaroundFactory create(Provider<Boolean> disableCommunicationWorkaroundProvider, Provider<AudioType> audioTypeProvider, Provider<CloseableManager> closeableManagerProvider, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)
      static CommunicationWorkaround communicationWorkaround(boolean disableCommunicationWorkaround, AudioType audioType, CloseableManager closeableManager, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)
      • Methods inherited from class javax.inject.Provider

        get
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AudioHandlerModule_CommunicationWorkaroundFactory

        AudioHandlerModule_CommunicationWorkaroundFactory(Provider<Boolean> disableCommunicationWorkaroundProvider, Provider<AudioType> audioTypeProvider, Provider<CloseableManager> closeableManagerProvider, Provider<CommunicationWorkaroundImpl> commWorkaroundImplProvider)