Pigler Notifications API

An analogue of Notification Center that is compatible with all devices based on Symbian Belle and higher,
created to provide a simple and convenient API for application developers to manage notifications in the status panel.
created to provide a simple and convenient API for application developers to manage notifications in the status panel.
Installation
Pigler Notifications API:
Install Pigler.sis and reboot the phone
Pigler Java API:
Install PiglerJavaAPI.sis and follow the instructions in readme.txt
Install Pigler.sis and reboot the phone
Pigler Java API:
Install PiglerJavaAPI.sis and follow the instructions in readme.txt
For developers
Examples
QT tester sourcesJava tester sources
Symbian C++ example:
#include <PiglerAPI.h> static void Test() { PiglerAPI *api = new PiglerAPI(); _LIT(KAppName, "Example"); if(api->Init(KAppName) == KErrNone) { _LIT(KText, "My test notification\nHello world!"); api->SetNotification(0, KText); } api->Close(); }
Static libraries (API level 2)
armv5\urel:piglerapi_sym.lib
piglerapi_qt.lib
Last update: 15.08.2023
armv5\udeb:
piglerapi_sym.lib
piglerapi_qt.lib
Last update: 15.08.2023
People:
shinovon: java, symbianc++ part, reversing
curoviyxru: c++, qt part, idea
shinovon: java, symbianc++ part, reversing
curoviyxru: c++, qt part, idea