gpt4 book ai didi

firebase - 如何使用 rnfirebase 在react-native android中发送带有图像的推送通知

转载 作者:行者123 更新时间:2023-12-02 21:36:39 25 4
gpt4 key购买 nike

我使用 rnfirebase 在 android 中成功发送通知和通知数据推送通知。我如何发送仅带有图像的数据推送通知,如下所示 https://rnfirebase.io/docs/v5.x.x/notifications/receiving-notifications

最佳答案

如果您使用 firebase.notifications().displayNotification 显示通知,则可以使用 Notification.BigPictureStyle为了在您的通知中显示图像,请调用 setBigPicturenotification.android 上。

示例:

const notification = new firebase.notifications.Notification()
.setTitle(title)

notification.android.setBigPicture('url of your image')

firebase.notifications().displayNotification(notification)

关于firebase - 如何使用 rnfirebase 在react-native android中发送带有图像的推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52533068/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com