Android FCM notification grouping

后端 未结 3 765
逝去的感伤
逝去的感伤 2020-12-06 07:41

I was trying to implement FCM notification for a chat app and I want to achieve \"WhatsApp-like\" notification where the notification will be grouped by conversation.

<
3条回答
  •  一向
    一向 (楼主)
    2020-12-06 08:36

    You can use the 'tag' in the notification payload:

    tag Optional, string
    Identifier used to replace existing notifications in the notification drawer. If not specified, each request creates a new notification. If specified and a notification with the same tag is already being shown, the new notification replaces the existing one in the notification drawer.

    source: https://firebase.google.com/docs/cloud-messaging/xmpp-server-ref#notification-payload-support

提交回复
热议问题