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