public class BindService extends ServiceAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_NAME |
serviceHandler
action, args, callbackContext, cordova
Constructor and Description |
---|
BindService(java.lang.String action,
org.json.JSONArray args,
org.apache.cordova.CallbackContext callbackContext,
org.apache.cordova.CordovaInterface cordova,
ServiceHandler serviceHandler) |
Modifier and Type | Method and Description |
---|---|
void |
run()
Log a message which action is running
|
checkJsonArgs, getAction
public static final java.lang.String ACTION_NAME
public BindService(java.lang.String action, org.json.JSONArray args, org.apache.cordova.CallbackContext callbackContext, org.apache.cordova.CordovaInterface cordova, ServiceHandler serviceHandler)
public void run()
CordovaAction
run
in interface java.lang.Runnable
run
in class CordovaAction