Uses of Annotation Interface
dagger.BindsInstance
Packages that use BindsInstance
Package
Description
APIs to assist with performing injection on Android.
-
Uses of BindsInstance in dagger.android
Methods in dagger.android with annotations of type BindsInstanceModifier and TypeMethodDescriptionabstract void
AndroidInjector.Builder.seedInstance
(T instance) Deprecated.Providesinstance
to be used in the binding graph of the builtAndroidInjector
.Method parameters in dagger.android with annotations of type BindsInstance -
Uses of BindsInstance in dagger.hilt.android.internal.builders
Method parameters in dagger.hilt.android.internal.builders with annotations of type BindsInstanceModifier and TypeMethodDescriptionActivityComponentBuilder.activity
(android.app.Activity activity) FragmentComponentBuilder.fragment
(androidx.fragment.app.Fragment fragment) ViewModelComponentBuilder.savedStateHandle
(androidx.lifecycle.SavedStateHandle handle) ActivityRetainedComponentBuilder.savedStateHandleHolder
(SavedStateHandleHolder savedStateHandleHolder) ServiceComponentBuilder.service
(android.app.Service service) ViewComponentBuilder.view
(android.view.View view) ViewWithFragmentComponentBuilder.view
(android.view.View view) ViewModelComponentBuilder.viewModelLifecycle
(ViewModelLifecycle viewModelLifecycle)