JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
dagger.hilt.android.internal.builders
Interface ServiceComponentBuilder
public interface
ServiceComponentBuilder
Interface for creating a
ServiceComponent
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ServiceComponent
build
()
ServiceComponentBuilder
service
(android.app.Service service)
Method Details
service
ServiceComponentBuilder
service
(
@BindsInstance
android.app.Service service)
build
ServiceComponent
build
()