(ios) 我如何从委托中接收 didReceiveLocalNotification

发布于 2024-10-12 07:03:04 字数 151 浏览 3 评论 0原文

我正在尝试安排 UILocalNotification 来启动或获取我的应用程序的前台。 我知道委托函数有 didReceiveLocalNotification,但我想在视图控制器中了解此通知。

有人知道是否可以向这些本地通知添加观察者?

感谢您的帮助!

I m trying to get a UILocalNotification scheduled to launch or get foreground my application.
I know delegate function has didReceiveLocalNotification, but I would like to be aware of this notification in a view controller.

Anyone knows if it is possible to add an observer to these local notifications?

Thanks for the help!

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

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

发布评论

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

评论(1

星軌x 2024-10-19 07:03:04

为什么不使用 NSNotificationCenterdidReceiveLocalNotification 中自己发布通知?
在您的视图控制器中,您可以观察该用户定义的通知。

Why don't post a notification yourself in didReceiveLocalNotification using NSNotificationCenter?
In your view controller then you can observe that user-defined notification.

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