作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我们只有可以通过 firebase 控制台发送的通知(显示消息)时,当我们的应用程序处于前台时,将调用 FirebaseMessagingService 的 onMessageReceived 方法。为了获得通知,我创建了 Notification builder,效果很好。我面临的唯一问题是检索消息内容,因为它不是数据通知,remotemessage.getData() 为空,甚至 remotemessage.getNotificationBody() 也为空。我调试了程序,remoteMessage 有一个字段存储发送的消息,但我无法检索它。请帮我。附件是显示从 firebase 控制台发送的消息的必填字段的快照,以黄色突出显示。
最佳答案
我明白了.. 很简单::) getNotification().getBody() ;
关于安卓火力地堡 : how get the message text component of notification message from firebase when app is in foreground,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48084869/
我是一名优秀的程序员,十分优秀!