Refactor dbus client mode to improve maintainability

This commit is contained in:
AsamK 2021-09-28 18:51:44 +02:00
parent d72b838560
commit 593cd7d8ca
10 changed files with 531 additions and 291 deletions

View file

@ -13,7 +13,7 @@ import java.util.List;
*/
public interface Signal extends DBusInterface {
String getNumber();
String getSelfNumber();
long sendMessage(
String message, List<String> attachments, String recipient