Commit f0c90580 by Sebastián Katzer

Update example

parent 01ffae10
...@@ -129,7 +129,11 @@ ...@@ -129,7 +129,11 @@
}; };
schedule = function () { schedule = function () {
window.plugin.notification.local.add({message: 'Great app!'}); plugin.notification.local.add({
id: id,
message: 'Test Message ' + (++counter),
json: { test:id }
});
}; };
scheduleMultiple = function () { scheduleMultiple = function () {
......
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