public class Insert extends SQLiteStorageAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION |
static java.lang.String[] |
JSON_ARGS |
protected android.os.Messenger |
messenger |
handlerThread, serviceHandleraction, args, callbackContext, cordova| Constructor and Description |
|---|
Insert(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 ACTION
public static final java.lang.String[] JSON_ARGS
protected android.os.Messenger messenger
public Insert(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