瀏覽代碼

Meta info for notification payload

Sebastián Katzer 8 年之前
父節點
當前提交
16c9c426b4
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      www/local-notification-util.js

+ 5 - 0
www/local-notification-util.js

@@ -92,6 +92,11 @@ exports.mergeWithDefaults = function (options) {
         }
     }
 
+    options.meta = {
+        plugin:  'cordova-plugin-local-notifications',
+        version: '0.9-beta'
+    };
+
     return options;
 };