mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-16 08:21:04 +08:00
feat!: deprecate CordovaPlugin's method initialize
This commit is contained in:
parent
bb37da02b9
commit
d9f256aaf0
@ -64,7 +64,11 @@ public class CordovaPlugin {
|
||||
* Called after plugin construction and fields have been initialized.
|
||||
* Prefer to use pluginInitialize instead since there is no value in
|
||||
* having parameters on the initialize() function.
|
||||
*
|
||||
* @deprecated Use {@link #pluginInitialize()} instead. This method is no longer recommended
|
||||
* and will be removed in future versions.
|
||||
*/
|
||||
@Deprecated
|
||||
public void initialize(CordovaInterface cordova, CordovaWebView webView) {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user