Android Question Question about notifications

Said

Member
Licensed User
Longtime User
Hi,

I want to ask question about notifications.

Is there method to delete or overwrite notifications which are sent by same application.

For example, app sends notification 'abc'. After 2 hours, app sends 'xyz' but when i sent xyz, i want to delete abc. Or change first notification 'abc' to 'xyz'. Is it possible ? How ? I am not sure android system give permission to delete/cancel notification but may be change notification allowed.

Regards

-said
 

udg

Expert
Licensed User
Longtime User
Hi Said,

yes, it can be done.
Have a look at the Notification documentation here.

The key to delete a previous sent notification, or to modify it, is the ID value you pass when you call function Notify(ID).

Umberto
 
Upvote 0

Said

Member
Licensed User
Longtime User
Thanks udg.

I am goingto work and test documents. And sorry about wasting time. Next time i'll search better.
 
Upvote 0
Top