mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 14:10:37 +00:00
implement Dbus updateAccount and listDevices
implement updateAccount(deviceName<s>) to change device name implement listDevices update documentation
This commit is contained in:
parent
6c29d90503
commit
b875465eff
4 changed files with 337 additions and 112 deletions
|
@ -83,6 +83,10 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
boolean isRegistered();
|
||||
|
||||
List<String> listDevices() throws Error.Failure;
|
||||
|
||||
void updateAccount(String deviceName) throws Error.Failure;
|
||||
|
||||
void updateProfile(
|
||||
String name, String about, String aboutEmoji, String avatarPath, boolean removeAvatar
|
||||
) throws Error.Failure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue