当应用程序在后台并收到Firebase消息时,我想打开消息数据中的特定URL。 例如,我将以下键值放在Firebase中,我想在用户点击通知后打开谷歌网站。
key: url
value: http://google.com
我该怎么办? tnx提前!
答案 0 :(得分:3)
在您的应用中,您可以通过以下方式访问Firebase Notification Web控制台中std::vector<int> count(radix, 0);
发送的键/值对:
int count[radix]
我建议在活动Advanced options > Custom data
方法中添加此内容。getIntent().getExtras()
中的onResume()
。 (在这种情况下,不显示通知,而是调用remoteMessage.getData()
。