Add blockContact and unblockContact subcommands

This commit is contained in:
Daniel Schäufele 2020-01-05 00:03:27 +01:00
parent 3b2682a57a
commit 7f0ce68ec1
7 changed files with 97 additions and 1 deletions

View file

@ -24,6 +24,10 @@ public interface Signal extends DBusInterface {
void setContactName(String number, String name);
void blockContact(String number);
void unblockContact(String number);
List<byte[]> getGroupIds();
String getGroupName(byte[] groupId);