public class Delete extends SQLiteStorageAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION |
static java.lang.String[] |
JSON_ARGS |
protected android.os.Messenger |
messenger |
static java.lang.String |
TAG |
handlerThread, serviceHandleraction, args, callbackContext, cordova| Constructor and Description |
|---|
Delete(java.lang.String action,
org.json.JSONArray args,
CallbackContext callbackContext,
CordovaInterface cordova,
SQliteStorageServiceHandler serviceHandler,
android.os.HandlerThread handlerThread) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Log a message which action is running
|
checkJsonArgs, getActionpublic static final java.lang.String TAG
public static final java.lang.String ACTION
public static final java.lang.String[] JSON_ARGS
protected android.os.Messenger messenger
public Delete(java.lang.String action,
org.json.JSONArray args,
CallbackContext callbackContext,
CordovaInterface cordova,
SQliteStorageServiceHandler serviceHandler,
android.os.HandlerThread handlerThread)
public void run()
CordovaActionrun in interface java.lang.Runnablerun in class CordovaAction