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) |
pluginInitializeaddPermission, onActivityResult, onMessage, onNewIntent, onPause, onRequestPermissionResult, onReset, onRestoreStateForActivityResult, onResume, onSaveInstanceState, onStart, onStopexecute, execute, fromPluginUri, getServiceName, handleOpenForRead, hasPermisssion, initialize, onConfigurationChanged, onOverrideUrlLoading, onReceivedClientCertRequest, onReceivedHttpAuthRequest, privateInitialize, remapUri, requestPermissions, shouldAllowBridgeAccess, shouldAllowNavigation, shouldAllowRequest, shouldOpenExternalUrl, toPluginUripublic void pluginInitialize()
pluginInitialize in class com.dff.cordova.plugin.common.CommonPluginpublic 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.CommonServicePluginaction - The action to execute.args - The exec() arguments.callbackContext - The callback context used when calling back into JavaScript.org.json.JSONExceptionpublic void onDestroy()
com.dff.cordova.plugin.common.CommonPluginonDestroy in class com.dff.cordova.plugin.common.service.CommonServicePluginpublic org.apache.cordova.CordovaInterface getCordovaInterface()
public void setCordovaInterface(org.apache.cordova.CordovaInterface mCordovaInterface)