read NSUserNotification display style

287 Views Asked by At

I am implementing an application that displays notifications using NSUserNotificationCenter. Everything works fine by now.

I have added NSUserNotificationAlertStyle key with alert in the plist so I get the default selection to alert style.

However I couldn't find a way to check the user selection in system preferences notificaion center. Based on that information I must perform certain tasks in my application

Is there a way to get the delivered notificaion style or the user selection from system preferences?

0

There are 0 best solutions below