freshplanet / ANE-Push-Notification

Air Native Extension (iOS and Android) for Push Notification
Apache License 2.0
205 stars 104 forks source link

Feature request #54

Closed redcodelabs closed 7 years ago

redcodelabs commented 9 years ago

Hi and thanks for such a great ANE.

Would it be possible to add support for android notification flags? Ex: notification.flag = Notification.FLAG_ONGOING_EVENT;

This would allow us to manually manage local notifications for apps that run in background display information like temperaturure... speed and so on... or just a message telling that app still runs in background.

Thanks!