【发布时间】:2021-08-12 12:06:38
【问题描述】:
我们如何在 firebase API fcm 通知中使用多个 click_action? 例如:
{
"notification": {
"title" : "title",
"body" : "body text",
"icon" : "ic_notification",
**"click_action" : "OPEN_ACTIVITY_1",
"click_action_2" : "OPEN_ACTIVITY_2"**
}
}
【问题讨论】:
标签: firebase api push-notification firebase-cloud-messaging