public class SalesforceWebViewEngine
extends SystemWebViewEngine
Constructor and Description |
---|
SalesforceWebViewEngine(Context context,
CordovaPreferences preferences)
Used when created via reflection.
|
SalesforceWebViewEngine(SystemWebView webView) |
SalesforceWebViewEngine(SystemWebView webView,
CordovaPreferences preferences) |
Modifier and Type | Method and Description |
---|---|
CordovaInterface |
getCordovaInterface()
Returns the Cordova interface being used.
|
void |
init(CordovaWebView parentWebView,
CordovaInterface cordova,
CordovaWebViewEngine.Client client,
CordovaResourceApi resourceApi,
PluginManager pluginManager,
NativeToJsMessageQueue nativeToJsMessageQueue) |
public SalesforceWebViewEngine(Context context, CordovaPreferences preferences)
context
- Context.preferences
- Preferences.public SalesforceWebViewEngine(SystemWebView webView)
public SalesforceWebViewEngine(SystemWebView webView, CordovaPreferences preferences)
public void init(CordovaWebView parentWebView, CordovaInterface cordova, CordovaWebViewEngine.Client client, CordovaResourceApi resourceApi, PluginManager pluginManager, NativeToJsMessageQueue nativeToJsMessageQueue)
public CordovaInterface getCordovaInterface()