public class DaggerManager
extends java.lang.Object
Constructor and Description |
---|
DaggerManager() |
Modifier and Type | Method and Description |
---|---|
DaggerManager |
and(org.apache.cordova.CordovaInterface mCordovaInterface) |
static DaggerManager |
getInstance() |
DaggerManager |
in(android.app.Application mApplication) |
void |
inject(LocationPlugin locationPlugin) |
<T extends android.app.Service> |
inject(T service) |
public static DaggerManager getInstance()
public DaggerManager in(android.app.Application mApplication)
public DaggerManager and(org.apache.cordova.CordovaInterface mCordovaInterface)
public void inject(LocationPlugin locationPlugin)
public <T extends android.app.Service> void inject(T service)