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