推送信息:
"notification" : {
"body" : "push body",
"title" : "push title"
},
"data": {
"msg":"push message",
"pushType":"0",
"imgType":"2",
"imgUrl":"https:..."
}
Notification.EXTRA_TEXT->“推送消息”
我可以使用NotificationListenerService获取数据中的其他信息吗? (例如pushType,imgType,imgUrl)