Commit af200180 by Sebastián Katzer

The sound property isn't supported on each platform, only iOS.

parent bcf64431
...@@ -63,7 +63,6 @@ window.plugin.notification.local.add({ ...@@ -63,7 +63,6 @@ window.plugin.notification.local.add({
title: title, // the title of the message title: title, // the title of the message
repeat: repeat, // has the options of daily', 'weekly',''monthly','yearly') repeat: repeat, // has the options of daily', 'weekly',''monthly','yearly')
badge: badge, // displays number badge to notification badge: badge, // displays number badge to notification
sound: sound // a sound to be played
foreground: forground, // a javascript function to be called if the app is running foreground: forground, // a javascript function to be called if the app is running
background: background, // a javascript function to be called if the app is in the background background: background, // a javascript function to be called if the app is in the background
}); });
......
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