【发布时间】:2017-09-04 07:40:20
【问题描述】:
我正在使用 Google Firebase 云消息传递 (FCM)。 FCM 将通知图标作为应用程序图标发送。我想从 URL 发送动态图标,但它不起作用。是否可以发送动态通知图标?
{
"notification":{
"title":"App Title",
"body":"descriptions",
"icon":"http://example.com/abc.png",
"click_action":"FCM_PLUGIN_ACTIVITY"
},
"data":{
"state":"contact",
"param2":"value2"
},
"to":"/topics/all",
"priority":"high"
}
【问题讨论】:
标签: android firebase firebase-cloud-messaging