Show Notifications for Group Messages

This commit is contained in:
Torsten Grote
2016-11-07 13:43:17 -02:00
parent fbcf334941
commit 81d341374d
8 changed files with 193 additions and 13 deletions

View File

@@ -13,6 +13,10 @@ public interface AndroidNotificationManager {
void clearAllContactNotifications();
void clearGroupMessageNotification(GroupId g);
void clearAllGroupMessageNotifications();
void clearForumPostNotification(GroupId g);
void clearAllForumPostNotifications();
@@ -33,6 +37,10 @@ public interface AndroidNotificationManager {
void unblockAllContactNotifications();
void blockAllGroupMessageNotifications();
void unblockAllGroupMessageNotifications();
void blockAllForumPostNotifications();
void unblockAllForumPostNotifications();