Package 

Class CommunicationWorkaroundImpl_Factory

  • All Implemented Interfaces:
    dagger.internal.Factory , javax.inject.Provider

    @DaggerGenerated() 
    public final class CommunicationWorkaroundImpl_Factory
     implements Factory<CommunicationWorkaroundImpl>
                        
    • Method Summary

      Modifier and Type Method Description
      CommunicationWorkaroundImpl get()
      static CommunicationWorkaroundImpl_Factory create(Provider<Context> contextProvider, Provider<CoroutineDispatcher> dispatcherProvider)
      static CommunicationWorkaroundImpl newInstance(Context context, CoroutineDispatcher dispatcher)
      • 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

      • CommunicationWorkaroundImpl_Factory

        CommunicationWorkaroundImpl_Factory(Provider<Context> contextProvider, Provider<CoroutineDispatcher> dispatcherProvider)