Explorar o código

Meta info for notification payload

Sebastián Katzer %!s(int64=8) %!d(string=hai) anos
pai
achega
16c9c426b4
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;
 };