When I receive a push notification on my phone when my app is minimized, if I click on the notification to launch my app, calling
window.pushNotification.getIncoming( callback )
returns {"message":"","extras":{}}
rather than the data for the notification I clicked.
Is this correct behavior? If so is there a way to get the information I want?