推送通知到来时调用的方法序列

发布于 2024-10-19 23:13:15 字数 113 浏览 2 评论 0原文

当推送通知到来并且我们点击警报的“查看”按钮时,第一个被调用的方法是什么?

我想了解流程,因为我想呈现通知的模态视图,并且该模态将位于我的根视图控制器之上,因此我想了解通知传入时调用的方法的顺序。

What is the first method which gets called when a push notification comes and we tap on "View" button of the alert?

I wanted to understand the flow because I want to present the modal view for my notification and that modal will be on top of my root view controller so I want to understand the sequence of methods which gets called when notification comes in.

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

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

发布评论

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

评论(1

  1. didFinishLaunchingWithOptionsapplicationWillEnterForeground

  2. didReceiveLocalNotification

  1. didFinishLaunchingWithOptions or applicationWillEnterForeground

  2. didReceiveLocalNotification

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