mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
style: update & resolve doc block warnings (#1774)
* style: resolve throw symbols (except InvalidArgumentException) * style: resolve unknown symbol & reduce indention for PluginEntry * fix: define IllegalArgumentException not InvalidArgumentException
This commit is contained in:
Vendored
+2
-2
@@ -31,14 +31,14 @@ module.exports = {
|
||||
},
|
||||
|
||||
/**
|
||||
* Load the url into the webview or into new browser instance.
|
||||
* Load the url into the WebView or into new browser instance.
|
||||
*
|
||||
* @param url The URL to load
|
||||
* @param props Properties that can be passed in to the activity:
|
||||
* wait: int => wait msec before loading URL
|
||||
* loadingDialog: "Title,Message" => display a native loading dialog
|
||||
* loadUrlTimeoutValue: int => time in msec to wait before triggering a timeout error
|
||||
* clearHistory: boolean => clear webview history (default=false)
|
||||
* clearHistory: boolean => clear WebView history (default=false)
|
||||
* openExternal: boolean => open in a new browser (default=false)
|
||||
*
|
||||
* Example:
|
||||
|
||||
Reference in New Issue
Block a user