| Interface | Description |
|---|---|
| CordovaDialogsHelper.Result | |
| CordovaInterface |
The Activity interface that is implemented by CordovaActivity.
|
| CordovaWebView |
Main interface for interacting with a Cordova webview - implemented by CordovaWebViewImpl.
|
| CordovaWebViewEngine |
Interface for all Cordova engines.
|
| CordovaWebViewEngine.Client |
Contains methods that an engine uses to communicate with the parent CordovaWebView.
|
| CordovaWebViewEngine.EngineView |
Used to retrieve the associated CordovaWebView given a View without knowing the type of Engine.
|
| ExposedJsApi | |
| ICordovaClientCertRequest |
Specifies interface for handling certificate requests.
|
| ICordovaCookieManager | |
| ICordovaHttpAuthHandler |
Specifies interface for HTTP auth handler object which is used to handle auth requests and
specifying user credentials.
|
| NativeToJsMessageQueue.OnlineEventsBridgeMode.OnlineEventsBridgeModeDelegate |
| Class | Description |
|---|---|
| AuthenticationToken |
The Class AuthenticationToken defines the userName and password to be used for authenticating a web resource
|
| BuildConfig | |
| CallbackContext | |
| CallbackMap |
Provides a collection that maps unique request codes to CordovaPlugins and Integers.
|
| Config | Deprecated |
| ConfigXmlParser | |
| CordovaActivity |
This classes is the main Android activity that represents the Cordova
application.
|
| CordovaArgs | |
| CordovaBridge |
Contains APIs that the JS can call.
|
| CordovaClientCertRequest |
Implementation of the ICordovaClientCertRequest for Android WebView.
|
| CordovaDialogsHelper |
Helper classes for WebViews to implement prompt(), alert(), confirm() dialogs.
|
| CordovaHttpAuthHandler |
Specifies interface for HTTP auth handler object which is used to handle auth requests and
specifying user credentials.
|
| CordovaInterfaceImpl |
Default implementation of CordovaInterface.
|
| CordovaPlugin |
Plugins must extend this classes and override one of the execute methods.
|
| CordovaPreferences | |
| CordovaResourceApi |
What this classes provides:
1.
|
| CordovaResourceApi.OpenForReadResult | |
| CordovaWebViewImpl |
Main classes for interacting with a Cordova webview.
|
| CoreAndroid |
This classes exposes methods in Cordova that can be called from JavaScript.
|
| LOG |
Log to Android logging system.
|
| NativeToJsMessageQueue |
Holds the list of messages to be sent to the WebView.
|
| NativeToJsMessageQueue.BridgeMode | |
| NativeToJsMessageQueue.EvalBridgeMode |
Uses webView.evaluateJavascript to execute messages.
|
| NativeToJsMessageQueue.LoadUrlBridgeMode |
Uses webView.loadUrl("javascript:") to execute messages.
|
| NativeToJsMessageQueue.NoOpBridgeMode |
Uses JS polls for messages on a timer..
|
| NativeToJsMessageQueue.OnlineEventsBridgeMode |
Uses online/offline events to tell the JS when to poll for messages.
|
| PluginEntry |
This classes represents a service entry object.
|
| PluginManager |
PluginManager is exposed to JavaScript in the Cordova WebView.
|
| PluginResult | |
| R | |
| ResumeCallback | |
| Whitelist |
| Enum | Description |
|---|---|
| PluginResult.Status |