如何在Windows Phone app 8.1中使用pushnotification发送图像?

时间:2015-09-28 04:40:29

标签: windows-phone-8 push-notification windows-phone-8.1

我正在开发推送通知。现在我想发送图像和通知。我该怎么办?请帮帮我。

我的Toast通知是:

 "<toast launch=\"/text to receive\">" + "<visual>" +
 " <binding template=\"ToastText02\">" + "<text id=\"1\">" +
 Headertext +"</text>" + " <text id=\"2\">"+Message+"</text>" +
 " </binding>" + " </visual>" + "</toast>"

提前致谢

2 个答案:

答案 0 :(得分:0)

根据您要发送的内容,您有不同的模板。 您可以在此处使用一些模板示例:https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.notifications.toasttemplatetype

在此页面中,您可以看到应该对每个模板使用的xaml代码:http://www.getcodesamples.com/src/149C1734/36315A36

答案 1 :(得分:0)

将绑定标记内的文本更改为<binding template="ToastImageAndText02"><image id="1" src=""/><text id="1"></text><text id="2"></text></binding>