Android FCM通知捆绑问题(排队通知)

时间:2017-03-17 14:10:57

标签: android firebase-cloud-messaging firebase-notifications

如何在通知面板上查看排队通知?我的意思是如何捆绑通知,我已经看过android开发者页面,但没有得到任何解决方案。 请参考以下图片......  enter image description here

1 个答案:

答案 0 :(得分:0)

为每个通知添加不同的ID,如下所示:

NotificationManager notificationManager = (NotificationManager) mCtx.getSystemService(Context.NOTIFICATION_SERVICE); notificationManager.notify(Sys, notification);