Google Cloud Messaging (GCM) 支持两种类型的推送消息:“通知”消息和“数据”消息。根据文档,通知消息默认是可折叠的,而数据消息默认是不可折叠的。
为了使数据消息可折叠,您需要指定一个collapseKey. 我的问题是:如何使通知消息不可折叠?
注意:该问题也适用于 Firebase Cloud Messaging (FCM)。
android push-notification firebase google-cloud-messaging firebase-cloud-messaging