@@ -101,7 +101,7 @@ A notification does have a set of configurable properties. Not all of them are s
| text | icon | attachments | smallIcon | color | defaults | launch | groupSummary |
| title | silent | progressBar | sticky | vibrate | priority | mediaSession | foreground |
| sound | trigger | group | autoClear | lockscreen | number | badge | wakeup |
-| timeout |
+| timeoutAfter |
For their default values see:
@@ -203,7 +203,7 @@ public final class Options {
* Gets the value for the timeout flag.
*/
long getTimeout() {
- return options.optLong("timeout");
+ return options.optLong("timeoutAfter");
}
/**
@@ -52,7 +52,7 @@ exports._defaults = {
sticky : false,
summary : null,
text : '',
- timeout : false,
+ timeoutAfter : false,
title : '',
trigger : { type : 'calendar' },
vibrate : false,