public class CameraPlugin extends CommonPlugin
actions, logListener, sPermissionsList
cordova, preferences, webView
Constructor and Description |
---|
CameraPlugin() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(java.lang.String action,
org.json.JSONArray args,
CallbackContext callbackContext)
Executes an action called by JavaScript
|
void |
pluginInitialize()
Initializing the plugin by setting and allocating important information and objects.
|
addPermission, onActivityResult, onDestroy, 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 CommonPlugin
public boolean execute(java.lang.String action, org.json.JSONArray args, CallbackContext callbackContext) throws org.json.JSONException
execute
in class CommonPlugin
action
- The action to execute.args
- The exec() arguments.callbackContext
- The callback context used when calling back into JavaScript.org.json.JSONException