我正在使用cordova插件phonegap-plugin-push来接收Android设备中的推送通知

这里我怀疑(对于android)

1)当应用程序在前台时,每一件事都工作得很好

2)当应用程序在系统托盘中显示后台通知时,当我点击('notification')上的通知时,将调用并传递数据

So If I don't click on notification when app is in background and when app start on('notification') won't call and notification data will not pass to the app.

Then how to get notification data.