在 WP7 中使用原始通知
我阅读了 WP7 应用程序中可能的三种类型通知的实现 - 平铺、Toast 和原始通知。我了解平铺和 Toast 通知的使用,但我无法理解如何在现实世界的应用程序中使用原始通知。有人可以帮我理解吗?
如果有人可以帮助我理解 WRT 的实现。现有的应用程序,如 KIK Messenger 或 WhatsApp Messenger,那就太棒了!
问候, 巴维克。
I read the implementation of three types of notifications possible in WP7 app - Tile, Toast and Raw Notifications. I understand the use of Tile and Toast Notifications but I fail to understand how a Raw notification will be used in real world application. Can someone please help me understand.
If someone can help me understand the implementation wrt. an existing application like KIK messenger or WhatsApp Messenger, it will be great!
Regards,
Bhavik.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原始通知使您的应用程序服务能够在应用程序位于前台时将数据推送到应用程序,而无需应用程序轮询应用程序服务。
例如,这意味着如果您打开“消息”应用程序,并且收到一条新消息,它将显示一条通知(toast),而“消息”应用程序无需轮询它。
Raw notifications provides the ability for your application service to push data to the application while it is in the foreground without the need for your application to poll the appplication service.
For instance, meaning if you have the Messages application open, and you get a new Message, it'll show a notification (toast), without the Messages application having to poll for it.