Hi
There is one developer trying to use the following function:
asl.notify(asl.notifications.application, asl.priority.high, subtitle, title, [“OK”], [function () {test();}],timeout);
When the timeout occurs, the notification is removed from the screen and it's queued in the notifications queue.
The question is if there is a way to manage the queued notifications? I mean, if it's possible to change or even remove notifications in the queue? Maybe, after a time, such messages are no longer needed or contains old out-of-date information.
Thanks!
Notifications Queue |
0 Replies