Is it possible for applications to retrieve information from one of their previously posted notifications? If so, how?
Is it possible for applications to retrieve information from one of their previously posted
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The API does not offer any functionality to retrieve information from a notification. You cannot, for instance, get a list of all notifications your application has created, you would have to create and manage such a list yourself.
See this post: Check if my application's notification is running
That post also provides a link to this post: How to know when my notification is cleared via Clear button?
Which may be of some interest if you would like to be notified when the user does a “Clear” on all notifications.
You created them, you should know how many are showing and what they are displaying and when they are being displayed. I don’t mean to sound derogatory, this is just what the API is assuming in this case.