public class LocationPlugin
extends com.dff.cordova.plugin.common.service.CommonServicePlugin
serviceHandler
Constructor and Description |
---|
LocationPlugin()
Def-Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
execute(java.lang.String action,
org.json.JSONArray args,
org.apache.cordova.CallbackContext callbackContext)
Executes an action called by JavaScript
|
org.apache.cordova.CordovaInterface |
getCordovaInterface() |
void |
onDestroy()
The final call you receive before your activity is destroyed.
|
void |
pluginInitialize()
Initialization of the plugin and the private properties.
|
void |
setCordovaInterface(org.apache.cordova.CordovaInterface mCordovaInterface) |
pluginInitialize
addPermission, onActivityResult, onMessage, onNewIntent, onPause, onRequestPermissionResult, onReset, onRestoreStateForActivityResult, onResume, onSaveInstanceState, onStart, onStop
execute, execute, fromPluginUri, getServiceName, handleOpenForRead, hasPermisssion, initialize, onConfigurationChanged, onOverrideUrlLoading, onReceivedClientCertRequest, onReceivedHttpAuthRequest, privateInitialize, remapUri, requestPermissions, shouldAllowBridgeAccess, shouldAllowNavigation, shouldAllowRequest, shouldOpenExternalUrl, toPluginUri
public void pluginInitialize()
pluginInitialize
in class com.dff.cordova.plugin.common.CommonPlugin
public boolean execute(java.lang.String action, org.json.JSONArray args, org.apache.cordova.CallbackContext callbackContext) throws org.json.JSONException
execute
in class com.dff.cordova.plugin.common.service.CommonServicePlugin
action
- The action to execute.args
- The exec() arguments.callbackContext
- The callback context used when calling back into JavaScript.org.json.JSONException
public void onDestroy()
com.dff.cordova.plugin.common.CommonPlugin
onDestroy
in class com.dff.cordova.plugin.common.service.CommonServicePlugin
public org.apache.cordova.CordovaInterface getCordovaInterface()
public void setCordovaInterface(org.apache.cordova.CordovaInterface mCordovaInterface)