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
| 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,
......
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