CordovaPlugin.java 文件源码

java
阅读 31 收藏 0 点赞 0 评论 0

项目:localcloud_fe 作者:
/**
 * Call this after constructing to initialize the plugin.
 * Final because we want to be able to change args without breaking plugins.
 */
public final void privateInitialize(String serviceName, CordovaInterface cordova, CordovaWebView webView, CordovaPreferences preferences) {
    assert this.cordova == null;
    this.serviceName = serviceName;
    this.cordova = cordova;
    this.webView = webView;
    this.preferences = preferences;
    initialize(cordova, webView);
    pluginInitialize();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号