NotificationListenerService可以获取的信息

时间:2018-08-17 08:07:15

标签: android push notification-listener

推送信息:

"notification" : {
    "body" : "push body",
    "title" : "push title"
},

"data": {
    "msg":"push message",
    "pushType":"0",
    "imgType":"2",
    "imgUrl":"https:..."
}

Notification.EXTRA_TEXT->“推送消息”

我可以使用NotificationListenerService获取数据中的其他信息吗? (例如pushType,imgType,imgUrl)

0 个答案:

没有答案