arleyandrada / PushClient

FREE and Open Source - Titanium PushClient Module
Other
44 stars 17 forks source link

Cancel Individual Notification #104

Closed mrzorn closed 8 years ago

mrzorn commented 8 years ago

I am looking for a way to cancel a specific notification.

Titanium.Android.NotificationManager.cancelAll() works to remove all of the notifications, however I do not see how to get the id of the notification to call cancel(id).

Can this be passed along with the event callback? Or is there another way to get it?