Explorar el Código

Meta info for notification payload

Sebastián Katzer hace 8 años
padre
commit
16c9c426b4
Se han modificado 1 ficheros con 5 adiciones y 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;
 };