我正在使用 PhoneGap 插件,像这样注册自己
// Register the plugin
cordova.addConstructor(function () {
window.pushNotification = new PushNotification();
});
我需要在 2.5.0 版本中使用 CORDOVA,所以据我所知,cordova.addConstructor( 已在版本中删除。
哪个 API 更合适,而不是考虑必须与 CORDOVA VERSION 2.1.0 兼容的内容?