如何清除已发送的通知消息

发布于 2024-12-06 11:54:38 字数 230 浏览 3 评论 0原文

我的项目中有一个工作通知部分。我想让用户禁用应用程序本身的通知。一旦用户选中此选项,我就会将图块图像和标题恢复到原始状态。即使这部分也能正常工作。 可以通过发送 0 来删除计数, 但我不明白如何删除已发送的消息,特别是:

<wp:BackContent> </wp:BackContent>

我尝试发送空消息,但它不起作用。知道如何清除磁贴上的此消息吗?

I've a working notifications part in my project. And I want to give user to disable notifications in app itself. Once user checks this option, I bring tile image and title to original state. Even this part works fine.
Count can be removed by sending 0,
But i didn't understand how to remove already sent message, esp:

<wp:BackContent> </wp:BackContent>

I tried sending empty message but it didn't work. Any idea, how to clear this message on tile?

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

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

发布评论

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

评论(2

不再见 2024-12-13 11:54:38

答案如下:
如果你想清除任何内容,需要发送“clear”。非常直观,但没有很好的记录。

<wp:BackBackgroundImage Action=”Clear”></wp:BackBackgroundImage>

<wp:BackTitle Action=”Clear”></wp:BackTitle>

<wp:BackContent Action=”Clear”></wp:BackContent>

Here is the answer:
Need to send "clear", if you want to clear anything. Very intuitive but not documented well.

<wp:BackBackgroundImage Action=”Clear”></wp:BackBackgroundImage>

<wp:BackTitle Action=”Clear”></wp:BackTitle>

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