#include <MNotification> MNotification notification("x-nokia.messaging.im"); notification.setSummary(SUMMARY-TEXT); notification.setBody(BODY-TEXT); notification.setImage(ICON-PATH); notification.setIdentifier(IDENTIFIER); //Optional notification.publish(); //To show the notification
MRemoteAction opAction(DBUS-COMMAND); notification.setAction(opAction);