Class ActivityComponentManager

  • All Implemented Interfaces:
    dagger.hilt.internal.GeneratedComponentManager<java.lang.Object>

    public class ActivityComponentManager
    extends java.lang.Object
    implements dagger.hilt.internal.GeneratedComponentManager<java.lang.Object>
    Do not use except in Hilt generated code!

    A manager for the creation of components that live in the Activity.

    Note: This class is not typed since its type in generated code is always or . This is mainly due to the fact that we don't know the components at the time of generation, and because even the injector interface type is not a valid type if we have a hilt base class.
      • Field Detail

        • activity

          protected final android.app.Activity activity
      • Constructor Detail

        • ActivityComponentManager

          public ActivityComponentManager​(android.app.Activity activity)
      • Method Detail

        • generatedComponent

          public java.lang.Object generatedComponent()
          Specified by:
          generatedComponent in interface dagger.hilt.internal.GeneratedComponentManager<java.lang.Object>
        • createComponent

          protected java.lang.Object createComponent()