Where is App Inventor Taifun Notification Reader data saved on TinyDB?

Hello everyone,

I'm working on an app that logs notifications with AppInventor. However, I have a problem. The application will save the data even if it is closed, and the user will be able to see the message even if the other person deletes the message. My problem is that when the application is closed, the notification content continues to be saved by the plugin on TinyDB, but I cannot pull this data. It's mentioned in a section in the documentation but I don't understand how to do it. Can you help me? Thanks in advance

see here

and use namespace TaifunNotificationListener for TinyDB to be able to read the stored data, see also the example project

Unbenannt2

Taifun

Thanks for your kind response. I will look at the sample project and try this.