如何获取UILocalNotification取消事件?

发布于 2024-10-21 07:29:05 字数 152 浏览 4 评论 0原文

当事件发生时,我会显示本地通知。如果用户选择 UIlocalNotification 的“查看详细信息”,我们可以在 didReceiveLocalNotification 中获取该事件。但是如果用户选择“关闭”,还有什么选择吗? 。我检查了文档。我什么也没找到。你有什么建议吗?请帮我..

I am showing a local notification when an event occurs.If user select "View details" of UIlocalNotification we can get that event in didReceiveLocalNotification. But is there any option if user selcet "Close" ? . I checked documentation. Nothing i found. Any suggestion you have ? please help me..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终陌 2024-10-28 07:29:05

如果用户取消通知,他可能想说的是他目前对此不感兴趣。这会导致您的应用程序甚至不会进入前台,因此没有机会响应此事件。

If the users cancels the notification, what he probably wants to say is that he's not interested in it currently. That has the effect that your application does not even enter foreground and therefore has no chance of responding to this event.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文