*/
public interface Signal extends DBusInterface {
+ String getSelfNumber();
+
long sendMessage(
String message, List<String> attachments, String recipient
) throws Error.AttachmentInvalid, Error.Failure, Error.InvalidNumber, Error.UntrustedIdentity;
) throws Error.Failure, Error.GroupNotFound, Error.UntrustedIdentity;
void sendReadReceipt(
- String recipient, List<Long> targetSentTimestamp
+ String recipient, List<Long> messageIds
) throws Error.Failure, Error.UntrustedIdentity;
long sendRemoteDeleteMessage(
void updateDeviceName(String deviceName) throws Error.Failure;
void updateProfile(
- String givenName, String familyName, String about, String aboutEmoji, String avatarPath, boolean removeAvatar
+ String givenName,
+ String familyName,
+ String about,
+ String aboutEmoji,
+ String avatarPath,
+ boolean removeAvatar
) throws Error.Failure;
void updateProfile(