freshplanet / ANE-Push-Notification

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

Detect different local notifications #67

Closed leossmith closed 7 years ago

leossmith commented 9 years ago

is there a way to detect different local notifications? I want to set a notification for engagement (after 6 days it will send something to the user) and one for calendar notifications (send notification at the date specified within the app). These two must be distinguished with some id (1 and 2 ) in order to be able to cancel either of them or take the user to a specific page within the app. Any ideas?