Class ServiceComponentManager

java.lang.Object
dagger.hilt.android.internal.managers.ServiceComponentManager
All Implemented Interfaces:
dagger.hilt.internal.GeneratedComponentManager<Object>

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

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

Note: This class is not typed since its type in generated code is always invalid input: '<'?> 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.
  • Constructor Details

    • ServiceComponentManager

      public ServiceComponentManager(android.app.Service service)
  • Method Details

    • generatedComponent

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