| The Following 2 Users Say Thank You to knobtviker For This Useful Post: | ||
#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);
| The Following 5 Users Say Thank You to Vesuri For This Useful Post: | ||
| The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||