相关疑难解决方法(0)

如何使 GCM / FCM 通知类型的消息不可折叠

Google Cloud Messaging (GCM) 支持两种类型的推送消息:“通知”消息和“数据”消息。根据文档,通知消息默认是可折叠的,而数据消息默认是不可折叠的。

为了使数据消息可折叠,您需要指定一个collapseKey. 我的问题是:如何使通知消息不可折叠?

注意:该问题也适用于 Firebase Cloud Messaging (FCM)。

android push-notification firebase google-cloud-messaging firebase-cloud-messaging

7
推荐指数
1
解决办法
2169
查看次数