如何在android类中创建多次通知?
如何在一个类中使用一个应用程序发出新通知? 我正在尝试从一个班级启动多个通知。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您查看指南中的通知示例,当您调用 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.