有没有办法检查错过/未读的通知?

发布于 2025-01-08 13:49:14 字数 74 浏览 0 评论 0原文

mango sdk 中是否有一个 api 允许我以编程方式轮询通知/toast 以至少获取计数。我想编写后台服务检查以查找丢失的消息。

Is there an api in mango sdk that allows me to programatically poll the notifications/toast to at least get the count. I'd like to write background service check for missed messages.

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

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

发布评论

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

评论(1

无法言说的痛 2025-01-15 13:49:14

在 Windows Phone 中不可能获得这样的电子邮件/短信详细信息。与电子邮件客户端交互的唯一方法是通过 SDK 启动器和选择器:请参阅 MSDN 上的此链接

您所能做的就是调用 EmailComposeTaskSmsComposeTask 编写纯文本电子邮件或短信,或调用 EmailAddressChooserTask 从地址簿。

另请记住,启动器和选择器必须由用户操作启动,并且不能从任何后台代理代码启动。

It's not possible to get hold of the email/SMS messaging details like this in Windows Phone. The only way to interact with the email client is via the SDK Launchers and Choosers: see this link on MSDN.

About all you can do is call the EmailComposeTask or SmsComposeTask for writing a plain text email or SMS, or EmailAddressChooserTask for getting an email address from the address book.

Also bear in mind that launchers and choosers must be initiated by a user action and cannot be launched from any background agent code.

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