close
|
open fun close(instance: Any): Unit |
closeActivityGraph
|
open fun closeActivityGraph(activity: Activity): Unit |
closeFragmentGraph
|
open fun closeFragmentGraph(fragment: Fragment): Unit |
get
|
open fun get(instance: Any): Graph? |
getActivityGraph
|
open fun getActivityGraph(activity: Activity): Graph? |
getApplicationGraph
|
open fun getApplicationGraph(application: Application): Graph? |
getBroadcastReceiverGraph
|
open fun getBroadcastReceiverGraph(receiver: BroadcastReceiver): Graph? |
getContentProviderGraph
|
open fun getContentProviderGraph(contentProvider: ContentProvider): Graph? |
getContextWrapperGraph
|
open fun getContextWrapperGraph(contextWrapper: ContextWrapper): Graph? |
getFragmentGraph
|
open fun getFragmentGraph(fragment: Fragment): Graph? |
getServiceGraph
|
open fun getServiceGraph(service: Service): Graph? |
getViewGraph
|
open fun getViewGraph(view: View): Graph? |
setupActivityGraph
|
open fun setupActivityGraph(activity: Activity, builder: Builder): Unit |