gpt4 book ai didi

ios - 从通知中心托盘中删除特定的推送通知

转载 作者:行者123 更新时间:2023-11-28 07:35:05 26 4
gpt4 key购买 nike

我需要从通知中心删除一个特定的通知。在我的应用程序中,我使用这种方法打开了一个特定类型的通知

let center = UNUserNotificationCenter.current()
center.getDeliveredNotifications(completionHandler: { (notificationRequests) in
for x in notificationRequests {
print(x.request.content.userInfo)
}
})

所以我想在阅读后删除该通知。

最佳答案

每个通知都有一个标识符,在阅读通知后你可以简单地做 -

UNUserNotificationCenter.current().removeDeliveredNotifications(withIdentifiers: [notification_identifier_here])

关于ios - 从通知中心托盘中删除特定的推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53408448/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com