33 qint32
init(QString name);
58 qint32
setNotification(qint32 notificationId, QString title, QString message);
158 virtual void HandleTap(TInt uid);
161 void doHandleTap(qint32 notificationId);
164 void handleTap(qint32 notificationId);
Definition PiglerAPI.h:19
Definition PiglerAPI.h:33
Definition QPiglerAPI.h:18
qint32 setRemoveOnTap(qint32 notificationId, bool remove)
Definition QPiglerAPI.cpp:110
qint32 getNotificationsCount()
Definition QPiglerAPI.cpp:148
void setTapHandler(IPiglerTapHandler *handler)
Definition QPiglerAPI.cpp:22
qint32 getMaxNotificationsCount()
Definition QPiglerAPI.cpp:153
qint32 setNotification(qint32 notificationId, QString title, QString message)
Definition QPiglerAPI.cpp:67
qint32 updateNotification(qint32 notificationId, QString title, QString message)
Definition QPiglerAPI.cpp:90
qint32 init(QString name)
Definition QPiglerAPI.cpp:52
void setAppId(qint32 appId)
Definition QPiglerAPI.cpp:62
qint32 createNotification(QString title, QString message)
Definition QPiglerAPI.cpp:85
qint32 setLaunchAppOnTap(qint32 notificationId, bool launch)
Definition QPiglerAPI.cpp:115
qint32 setNotificationIcon(qint32 notificationId, QImage icon)
Definition QPiglerAPI.cpp:120
qint32 startAnnaServer()
Definition QPiglerAPI.cpp:163
qint32 getGlobalNotificationsCount()
Definition QPiglerAPI.cpp:158
QString appName()
Definition QPiglerAPI.cpp:46
qint32 removeAllNotifications()
Definition QPiglerAPI.cpp:100
qint32 removeNotification(qint32 notificationId)
Definition QPiglerAPI.cpp:95
void close()
Definition QPiglerAPI.cpp:168
qint32 getLastTappedNotification()
Definition QPiglerAPI.cpp:105