mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Implement multi account commands for dbus client
This commit is contained in:
parent
00cda598c8
commit
805f976d9e
12 changed files with 335 additions and 29 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue