如何在android类中创建多次通知?

发布于 2024-12-02 06:00:42 字数 46 浏览 1 评论 0原文

如何在一个类中使用一个应用程序发出新通知? 我正在尝试从一个班级启动多个通知。

How do you go about making a new notification with one application inside of one class?
I am trying to launch more than one notification from one class.

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

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

发布评论

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

评论(1

空城仅有旧梦在 2024-12-09 06:00:42

如果您查看指南中的通知示例,当您调用 NotificationManager.notify 时,您可以传递不同的 id 值来创建新的状态栏通知。

If you look at the notification example in the guide, when you call NotificationManager.notify you can pass a different id value to create a new status bar notification.

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