mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Implement multi account commands for dbus client
This commit is contained in:
@@ -26,10 +26,16 @@ public interface SignalControl extends DBusInterface {
|
||||
|
||||
String link(String newDeviceName) throws Error.Failure;
|
||||
|
||||
String startLink() throws Error.Failure;
|
||||
|
||||
String finishLink(String deviceLinkUri, String newDeviceName) throws Error.Failure;
|
||||
|
||||
String version();
|
||||
|
||||
List<DBusPath> listAccounts();
|
||||
|
||||
DBusPath getAccount(String number);
|
||||
|
||||
interface Error {
|
||||
|
||||
class Failure extends DBusExecutionException {
|
||||
|
||||
Reference in New Issue
Block a user