NSUserNotification always show actionButton

Hello,

How can I set a NSUserNotification to always show the actionButton when presented? Right now I'm required to hover over the notification.


Thanks,

Charlie

There are two primary types of user notifications: banners and alerts. Alerts always show the action button; because they require action, they stay onscreen until the user dismisses them. This is a user-level setting and can be changed in the Notifications pane of System Preferences. However, I don't know how to configure the system so that you'll get the alerts by default.


Is there anyone with more experience who's able to answer this question?

NSUserNotification always show actionButton
 
 
Q