mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 09:02:50 +08:00
feat!: deprecate CordovaPlugin's method initialize (#1771)
This commit is contained in:
parent
1f349f2984
commit
b623311efa
@ -64,7 +64,11 @@ public class CordovaPlugin {
|
|||||||
* Called after plugin construction and fields have been initialized.
|
* Called after plugin construction and fields have been initialized.
|
||||||
* Prefer to use pluginInitialize instead since there is no value in
|
* Prefer to use pluginInitialize instead since there is no value in
|
||||||
* having parameters on the initialize() function.
|
* 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) {
|
public void initialize(CordovaInterface cordova, CordovaWebView webView) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user