gpt4 book ai didi

windows-phone-7 - 我可以将推送通知中的参数发送到 Toast (Windows Phone) 吗?

转载 作者:行者123 更新时间:2023-12-04 07:04:57 26 4
gpt4 key购买 nike

我的应用程序中有一个案例,当应用程序离线并显示为 Toast 通知时,我需要向用户设备发送推送通知。

当用户单击 toast 消息时,我需要根据消息导航到我的应用程序中的特定页面。我知道这在 toast 通知中可用,但我可以将参数从我的服务器发送到 toast 以确定页面吗?

最佳答案

当然可以。

您从服务器发送的 toast 通知的 XML 如下所示:

 <?xml version="1.0" encoding="utf-8"?>
<wp:Notification xmlns:wp="WPNotification">
<wp:Toast>
<wp:Text1>[string]</wp:Text1>
<wp:Text2>[string]</wp:Text2>
<wp:Param>[string]</wp:Param>
</wp:Toast>
</wp:Notification>;

您使用 Param将参数发送到您的应用程序的参数:

You can use the Param element to deep link to a specific screen in your app. Here are the allowed formats. Any string used for the following examples must be 256 characters or less.

  • /page1.xaml – Defines the screen to navigate to in the app when the app starts. The string must begin with a "/".
  • /page1.xaml?value1=1234 &value2=9876 – Defines the screen to navigate to when the app starts, along with name/value pairs of info. The string must begin with a "/".
  • ?value1=1234 &value2=9876 – Contains name/value pairs of info passed to the default start screen of the app. The string must begin with a "?".


(取自 here)

关于windows-phone-7 - 我可以将推送通知中的参数发送到 Toast (Windows Phone) 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18208553/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com