public abstract class ServiceAction extends CordovaAction
Modifier and Type | Field and Description |
---|---|
protected ServiceHandler |
serviceHandler |
action, args, callbackContext, cordova
Constructor and Description |
---|
ServiceAction(java.lang.String action,
org.json.JSONArray args,
org.apache.cordova.CallbackContext callbackContext,
org.apache.cordova.CordovaInterface cordova,
ServiceHandler serviceHandler) |
checkJsonArgs, getAction, run
protected ServiceHandler serviceHandler
public ServiceAction(java.lang.String action, org.json.JSONArray args, org.apache.cordova.CallbackContext callbackContext, org.apache.cordova.CordovaInterface cordova, ServiceHandler serviceHandler)