【问题标题】: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 我可以向用户发送自定义广告横幅吗?如果是,有没有集成的例子?
  • 查看委托方法

标签: ios firebase react-native firebase-cloud-messaging


【解决方案1】:

您可以显示带有通知内容的模式:

   this.notificationListener = firebase.notifications()
  .onNotification(notification => {
    // this.displayNotification(notification);
    this.setState({notification:notification})
  });

...

【讨论】:

  • 如何在模型中获取通知内容?
猜你喜欢
  • 2023-03-24
  • 2016-08-16
  • 1970-01-01
  • 2017-01-18
  • 2021-08-08
  • 2022-01-08
  • 2019-07-03
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多