NSUserNotificationCenter dismiss notification

后端 未结 3 1128
逝去的感伤
逝去的感伤 2020-12-31 01:29

I\'m trying to use the new Mountain Lion NSUserNotificationCenter for my application (which isn\'t too hard actually). Posting notifications works like a charm via

3条回答
  •  鱼传尺愫
    2020-12-31 02:00

    removeDeliveredNotification is removing the displayed notification for me (on 10.11), the caveat being the identifier on the notification must be set.

提交回复
热议问题