mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Reformat
This commit is contained in:
parent
1d2c7a479d
commit
631f10c916
2 changed files with 49 additions and 36 deletions
|
@ -54,22 +54,22 @@ public interface Signal extends DBusInterface {
|
|||
void updateProfile(
|
||||
String name, String about, String aboutEmoji, String avatarPath, boolean removeAvatar
|
||||
) throws Error.Failure;
|
||||
|
||||
public String version();
|
||||
|
||||
public List<String> listNumbers();
|
||||
|
||||
public List<String> getContactNumber(final String name) throws Error.Failure;
|
||||
|
||||
public void quitGroup(final byte[] groupId) throws Error.GroupNotFound,Error.Failure;
|
||||
|
||||
public boolean isContactBlocked(final String number);
|
||||
|
||||
public boolean isGroupBlocked(final byte[] groupId);
|
||||
|
||||
public boolean isMember(final byte[] groupId);
|
||||
|
||||
public void joinGroup(final String groupLink) throws Error.Failure;
|
||||
|
||||
public String version();
|
||||
|
||||
public List<String> listNumbers();
|
||||
|
||||
public List<String> getContactNumber(final String name) throws Error.Failure;
|
||||
|
||||
public void quitGroup(final byte[] groupId) throws Error.GroupNotFound, Error.Failure;
|
||||
|
||||
public boolean isContactBlocked(final String number);
|
||||
|
||||
public boolean isGroupBlocked(final byte[] groupId);
|
||||
|
||||
public boolean isMember(final byte[] groupId);
|
||||
|
||||
public void joinGroup(final String groupLink) throws Error.Failure;
|
||||
|
||||
class MessageReceived extends DBusSignal {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue