public class StartLocationServiceAction
extends com.dff.cordova.plugin.common.action.Action
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
StartLocationServiceAction(android.content.Context mContext,
org.greenrobot.eventbus.EventBus mEventBus,
PreferencesHelper mPreferencesHelper,
LocationRequestHandler mLocationRequestHandler) |
Modifier and Type | Method and Description |
---|---|
com.dff.cordova.plugin.common.action.Action |
andHasArguments(org.json.JSONArray args) |
void |
execute() |
org.json.JSONArray |
getArgs() |
org.apache.cordova.CallbackContext |
getCallbackContext() |
com.dff.cordova.plugin.common.action.Action |
with(org.apache.cordova.CallbackContext callbackContext) |
@Inject public StartLocationServiceAction(android.content.Context mContext, org.greenrobot.eventbus.EventBus mEventBus, PreferencesHelper mPreferencesHelper, LocationRequestHandler mLocationRequestHandler)
public com.dff.cordova.plugin.common.action.Action with(org.apache.cordova.CallbackContext callbackContext)
with
in class com.dff.cordova.plugin.common.action.Action
public com.dff.cordova.plugin.common.action.Action andHasArguments(org.json.JSONArray args)
andHasArguments
in class com.dff.cordova.plugin.common.action.Action
public void execute()
public org.apache.cordova.CallbackContext getCallbackContext()
public org.json.JSONArray getArgs()