Commit 69e49661 by Sebastián Katzer

Renamed property timeout to timeoutAfter

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