我想在横幅中向用户发送通知怎么做?
Posted
技术标签:
【中文标题】我想在横幅中向用户发送通知怎么做?【英文标题】:I want to send notification in banner to users How to do that? 【发布时间】:2019-12-05 06:54:09 【问题描述】:我已经在 react 原生 ios 应用中实现了 firebase 推送通知。但是现在我想在横幅中向用户发送通知该怎么做?
【问题讨论】:
您可以从您的 Firebase 配置文件中进行操作 @AlexandrKolesnik 我已经编辑了我的问题。 admob 和推送通知是不一样的,如果你需要广告banner 必须在admob 柜中设置 @AlexandrKolesnik 我可以向用户发送自定义广告横幅吗?如果是,有没有集成的例子? 查看委托方法 【参考方案1】:您可以显示带有通知内容的模式:
this.notificationListener = firebase.notifications()
.onNotification(notification =>
// this.displayNotification(notification);
this.setState(notification:notification)
);
...
【讨论】:
如何在模型中获取通知内容?以上是关于我想在横幅中向用户发送通知怎么做?的主要内容,如果未能解决你的问题,请参考以下文章