Procházet zdrojové kódy

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

Sebastián Katzer před 12 roky
rodič
revize
af20018019
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
 });