Launcher notification API [answered]
How can I display that thin, blue line notification on top of screen using C++/Qt code?
How can I display that thin, blue line notification on top of screen using C++/Qt code?
using MNotification from mlite5 api (like this: https://github.com/CODeRUS/mitakuuluu2/blob/master/server/src/client.cpp#L2770) or https://github.com/nemomobile/nemo-qml-plugin-notifications
Answering my own question, as I found out how to do this in the mean time.
You need to use MNotification class from mlite5 library. https://github.com/nemomobile/mlite/blob/master/src/mnotification.h#L188
Example of my use is at: https://github.com/smokku/pebble/blob/master/daemon/manager.cpp#L95
Look at Mitakuulu source code ....
notifyMessages
Asked: 2014-06-26 16:42:22 +0300
Seen: 455 times
Last updated: Aug 06 '14