Package 

Class RTCModule_EglContextFactory

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

    @DaggerGenerated() 
    public final class RTCModule_EglContextFactory
     implements Factory<EglBase.Context>
                        
    • Method Summary

      Modifier and Type Method Description
      EglBase.Context get()
      static RTCModule_EglContextFactory create(Provider<EglBase> eglBaseProvider)
      static EglBase.Context eglContext(EglBase eglBase)
      • 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

      • RTCModule_EglContextFactory

        RTCModule_EglContextFactory(Provider<EglBase> eglBaseProvider)