Re: Notification types

> Has the concept of notification types/priorities been discussed? It 
> seems to be a common feature in existing notification APIs to have 
> either a priority system or a category system or both. This has a number 
> of benefits for the user; for example they can set a filter on the 
> notification priority at some level on a system-wide basis or the 
> display can format the priority as appropriate for the notification type.

I agree with you. Thereby you can differentiate between notifications from applications (you've got email) and from devices (your printer is out of paper). Furthermore with a priority system it would be possible that a fire detector notification is more important than an email notification.

> The obvious way to expose this sort of thing in the API would be a set 
> of named constants for different types and an extra, optional, argument 
> to the notification constructor (or factory function) for the type constant.
IMHO a factory function is a good idea.

Cheers

  -- Simon

Received on Thursday, 28 October 2010 12:32:05 UTC