Add sendPaymentNotification dbus method

Closes #1010
This commit is contained in:
AsamK 2022-09-18 16:56:30 +02:00
parent ed3992d993
commit 6feff1e42b
4 changed files with 28 additions and 1 deletions

View file

@ -62,6 +62,8 @@ public interface Signal extends DBusInterface {
String emoji, boolean remove, String targetAuthor, long targetSentTimestamp, List<String> recipients
) throws Error.InvalidNumber, Error.Failure;
long sendPaymentNotification(byte[] receipt, String note, String recipient) throws Error.Failure;
void sendContacts() throws Error.Failure;
void sendSyncRequest() throws Error.Failure;