Package dagger.hilt.android
Class EarlyEntryPoints
java.lang.Object
dagger.hilt.android.EarlyEntryPoints
Static utility methods for accessing entry points annotated with
EarlyEntryPoint
.-
Method Summary
-
Method Details
-
get
Returns the early entry point interface given a component manager holder. Note that this performs an unsafe cast and so callers should be sure that the given component/component manager matches the early entry point interface that is given.- Parameters:
applicationContext
- The application context.entryPoint
- The interface marked withEarlyEntryPoint
. TheInstallIn
annotation on this entry point should match the component argument above.
-