【问题标题】:How to increase the font size of FCM push notification text如何增加 FCM 推送通知文本的字体大小
【发布时间】:2019-12-02 07:05:15
【问题描述】:

如何增加字体大小或更改 FCM 推送通知正文的字体。

 let FCMmessage = {
  to: '/topics/marketing',
  data: data,
  'priority': 'high',
  notification: {
    image: 'url-to-image',
    body:'body'
  }
}

【问题讨论】:

    标签: android html push-notification ionic4 cordova-plugin-fcm


    【解决方案1】:

    您是否尝试过使用 Notification#setContent(RemoteViews r) 创建具有不同字体大小的自定义布局?

    【讨论】:

    • 因为是新手,不知道怎么用。你能解释一下如何使用它吗
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-05-13
    • 2023-03-27
    • 2017-12-09
    • 2021-09-24
    • 1970-01-01
    • 2020-04-21
    • 1970-01-01
    相关资源
    最近更新 更多