Do we know if a Neon application will have access to the notification queue in Windows Mobile? Will we be able to write a Neon app that will get notified of things like calendar appointment notifications, reminders and incoming calls, SMS/MMS messages and emails? Thanks
Access to the notification queue// Expert user has replied. |
2 Replies
Hayden - not sure if that is possible. Can you describe the use case some more? I would imagine that a NPAPI plug-in would need to be written to handle this.
A native app using TAPI can trap events like incoming calls and incoming SMS messages for internal processing and not present these notifications to the user. A reason for doing this is that you don't want the app to be interrupted while doing some critical processing. Thanks, Hayden E.