Преглед на файлове

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

Sebastián Katzer преди 12 години
родител
ревизия
af20018019
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      README.md

+ 0 - 1
README.md

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