OS X 中的 NSUserNotification() onclick
NSUserNotification() onclick in OS X
如何使通知可点击?
我希望当用户单击 Mac 上的通知时,Safari 会以指定的 link 打开。
要响应对 userNotification
对象的点击,您需要实现 NSUserNotificationCenterDelegeate
的 userNotificationCenter:didActivateNotification:
方法。
如何使通知可点击?
我希望当用户单击 Mac 上的通知时,Safari 会以指定的 link 打开。
要响应对 userNotification
对象的点击,您需要实现 NSUserNotificationCenterDelegeate
的 userNotificationCenter:didActivateNotification:
方法。