Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Windows 推送通知服务。当我将通知消息传递给 Microsoft 推送通知服务时,我可以将音频或视频与消息一起传递吗?有效载荷是否必须只包含文本?
您可以在通知的有效负载中放置几乎所有您想要的内容,但大小不能超过 3KB。因此,您应该将内容托管在某个地方,发送带有通知的 URL,然后让客户端下载它。