Commit 16c9c426 by Sebastián Katzer

Meta info for notification payload

parent d115a53c
...@@ -92,6 +92,11 @@ exports.mergeWithDefaults = function (options) { ...@@ -92,6 +92,11 @@ exports.mergeWithDefaults = function (options) {
} }
} }
options.meta = {
plugin: 'cordova-plugin-local-notifications',
version: '0.9-beta'
};
return options; return options;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment