This page was last modified 09:25, 7 May 2007.
How to Trigger the "messages received" dialog from your own MTM
From Forum Nokia Wiki
This functionality is introduced by the MNcnNotification ECom plug-in published in S60 3rd Edition.
- Include header mncnnotification.h; you need the WriteUserData capability.
- The SDK documentation states also the library NcnNotification.lib but you must not link this to your project as NcnNotification is an ECom plug-in.
- The "New Messages" notification will be triggered for "Unread == ETrue" flagged messages only (see TMsvEntry settings).
- You can select the type of notification from components.
- Remember to use CleanupDeletePushL(); instead of CleanupStack::PushL() - note also that the API documentation has an error and is referring to a non-existing CleanupStackDeletePushL() call.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help with n30 | voltes5 | Nokia M2M | 1 | 2003-06-09 10:54 |
| starting a midlet directly from icon | yoad | Mobile Java General | 0 | 2004-01-24 00:34 |
| more info on MTM | hiteshw | General Symbian C++ | 1 | 2002-03-06 13:01 |
| MTM Synchronous Function Call for SMS problem | gs_cmans | Symbian Networking & Messaging | 3 | 2006-03-03 11:21 |
| MTM: S60: Set default service in OS 8? | fsiegel | General Symbian C++ | 0 | 2006-04-06 20:46 |
