我们如何获取本地通知的关闭事件?
我需要在接收先前安排的本地通知时安排本地通知。我已经安排了有关本地通知关闭事件的另一个通知。
I need to schedule local notification on receiving previously scheduling local notification. I have schedule another notification on close event of local notification.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果单击 UILocalnotification 警报中的“关闭”按钮,是否要创建新的本地通知?
如果是这样,您将无法处理该关闭按钮事件。
Do you want to create a new local notification if "close" button in alert of UILocalnotification is clicked?
If so, you can't handle that close button event.