public class AudioPlugin extends CordovaPlugin
cordova, preferences, webView| Constructor and Description |
|---|
AudioPlugin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(java.lang.String action,
org.json.JSONArray args,
CallbackContext callbackContext)
Executes an action called by JavaScript
|
protected void |
pluginInitialize()
Initialize the plugin
|
execute, execute, fromPluginUri, getServiceName, handleOpenForRead, hasPermisssion, initialize, onActivityResult, onConfigurationChanged, onDestroy, onMessage, onNewIntent, onOverrideUrlLoading, onPause, onReceivedClientCertRequest, onReceivedHttpAuthRequest, onRequestPermissionResult, onReset, onRestoreStateForActivityResult, onResume, onSaveInstanceState, onStart, onStop, privateInitialize, remapUri, requestPermissions, shouldAllowBridgeAccess, shouldAllowNavigation, shouldAllowRequest, shouldOpenExternalUrl, toPluginUriprotected void pluginInitialize()
pluginInitialize in class CordovaPluginpublic boolean execute(java.lang.String action,
org.json.JSONArray args,
CallbackContext callbackContext)
throws org.json.JSONException
execute in class CordovaPluginaction - The action to execute.args - The exec() arguments.callbackContext - The callback context used when calling back into JavaScript.org.json.JSONException