Add handler for KUnifiedPush messageReceived events

This commit is contained in:
Joshua Goins
2023-11-12 21:46:33 +00:00
parent 15ba6d58e2
commit 100f595026
4 changed files with 52 additions and 10 deletions

View File

@@ -83,6 +83,11 @@ public:
*/
void clearInvitationNotification(const QString &roomId);
/**
* @brief Display a native notification for the given push notification.
*/
void postPushNotification(const QByteArray &message);
/**
* @brief Handle the notifications for the given connection.
*/