AndroidInjector
of Activity
s.MapKey
annotation to key bindings by a type of an Activity
.dagger.android
framework classes.Activity
or Fragment
).Subcomponent.Builder
pattern implement AndroidInjector.Factory
.AndroidInjector
s for a concrete subtype of a core Android type.ReleaseReferencesAt
scopes in
low-memory conditions.AndroidInjector
for the concrete DaggerApplication
.AndroidInjector
of BroadcastReceiver
s.MapKey
annotation to key bindings by a type of a BroadcastReceiver
.AndroidInjector
.AndroidInjector
of ContentProvider
s.MapKey
annotation to key bindings by a type of a ContentProvider
.AndroidInjector
for the return type of this method.AndroidInjector
for instance
.Activity
that injects its members in DaggerActivity.onCreate(Bundle)
and can be used to
inject Fragment
s attached to it.Application
that injects its members and can be used to inject Activity
s,
Fragment
s, Service
s, BroadcastReceiver
s and ContentProvider
s
attached to it.BroadcastReceiver
that injects its members in every call to DaggerBroadcastReceiver.onReceive(Context,
Intent)
.ContentProvider
that injects its members in DaggerContentProvider.onCreate()
.DialogFragment
that injects its members in DaggerDialogFragment.onAttach(Context)
and can be used
to inject child Fragment
s attached to it.Fragment
that injects its members in DaggerFragment.onAttach(Context)
and can be used to
inject child Fragment
s attached to it.IntentService
that injects its members in DaggerIntentService.onCreate()
.Service
that injects its members in DaggerService.onCreate()
.AndroidInjector.Factory
.AndroidInjector
of Fragment
s.MapKey
annotation to key bindings by a type of a Fragment
.AndroidInjector
of Activity
s.AndroidInjector
of BroadcastReceiver
s.AndroidInjector
of ContentProvider
s.AndroidInjector
of Fragment
s.AndroidInjector
of Service
s.activity
if an associated AndroidInjector
implementation can be found,
otherwise throws an IllegalArgumentException
.fragment
if an associated AndroidInjector
implementation can be found,
otherwise throws an IllegalArgumentException
.service
if an associated AndroidInjector
implementation can be found,
otherwise throws an IllegalArgumentException
.broadcastReceiver
if an associated AndroidInjector
implementation can
be found, otherwise throws an IllegalArgumentException
.contentProvider
if an associated AndroidInjector
implementation can be
found, otherwise throws an IllegalArgumentException
.instance
.instance
.instance
, returning true
if
successful, false
otherwise.ReleaseReferencesAt
scopes whose ReleaseReferencesAt.value()
is less than or equal to level
.Application.onTrimMemory(int)
.instance
to be used in the binding graph of the built AndroidInjector
.AndroidInjector
of Service
s.MapKey
annotation to key bindings by a type of a Service
.Copyright © 2012–2017 The Dagger Authors. All rights reserved.