gpt4 book ai didi

Android:新信息替换通知中的旧信息

转载 作者:行者123 更新时间:2023-11-29 00:37:58 24 4
gpt4 key购买 nike

来自documenation Android 中的 NotificationManager:

public void notify (int id, Notification 通知)发布要在状态栏中显示的通知。如果您的应用程序已经发布了具有相同 ID 的通知并且尚未取消,它将被更新的信息替换。

it will be replaced by the updated information.

我不希望旧信息被替换,我想要两个通知。注意:每个通知都有自己的 ID:

notificationManager.notify(0, notification);
notificationManager.notify(1, notification);

如何做到这一点?

最佳答案

堆叠你的通知

如果您的应用程序创建了一个通知,而另一个相同类型的通知仍在等待处理,请避免创建一个全新的通知对象。相反,堆叠通知。

堆叠式通知构建摘要描述,让用户了解有多少特定类型的通知待处理。

http://developer.android.com/design/patterns/notifications.html

关于Android:新信息替换通知中的旧信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11374986/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com