From 846c3f6742223664e0e72b922736518a2a4baf8c Mon Sep 17 00:00:00 2001 From: nplasterer Date: Wed, 15 Nov 2023 18:36:10 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20xmtp/xmt?= =?UTF-8?q?p-android@18f5c84356bddd39d6c5c306da1d5960f438c801=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 18 ++ .../-companion/build-decode.html | 4 +- .../-companion/build-decrypt.html | 72 +++++++ .../-message-v2-builder/-companion/index.html | 21 ++- .../-conversation-v1/decrypt.html | 72 +++++++ .../-conversation-v1/decrypted-messages.html | 72 +++++++ .../-conversation-v1/index.html | 30 +++ .../-conversation-v2/decrypted-messages.html | 72 +++++++ .../-conversation-v2/index.html | 16 +- .../-conversation/-v1/index.html | 15 ++ .../-conversation/-v2/index.html | 15 ++ .../-conversation/decrypted-messages.html | 72 +++++++ .../-conversation/index.html | 15 ++ .../-decoded-message/-companion/index.html | 6 +- .../-decoded-message/-companion/preview.html | 4 +- .../-decoded-message/-decoded-message.html | 4 +- .../client.html} | 10 +- .../-decoded-message/index.html | 23 ++- library/org.xmtp.android.library/index.html | 2 +- library/package-list | 22 ++- .../-decrypted-message.html | 72 +++++++ .../-decrypted-message/encoded-content.html | 72 +++++++ .../-decrypted-message/id.html | 72 +++++++ .../-decrypted-message/index.html | 175 ++++++++++++++++++ .../-decrypted-message/sender-address.html | 72 +++++++ .../-decrypted-message/sent-at.html | 72 +++++++ .../-decrypted-message/topic.html | 72 +++++++ .../index.html | 95 ++++++++++ navigation.html | 6 + scripts/pages.json | 2 +- 30 files changed, 1240 insertions(+), 35 deletions(-) create mode 100644 library/org.xmtp.android.library.messages/-message-v2-builder/-companion/build-decrypt.html create mode 100644 library/org.xmtp.android.library/-conversation-v1/decrypt.html create mode 100644 library/org.xmtp.android.library/-conversation-v1/decrypted-messages.html create mode 100644 library/org.xmtp.android.library/-conversation-v2/decrypted-messages.html create mode 100644 library/org.xmtp.android.library/-conversation/decrypted-messages.html rename library/org.xmtp.android.library/{-conversation-v2/decode.html => -decoded-message/client.html} (80%) create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/-decrypted-message/-decrypted-message.html create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/-decrypted-message/encoded-content.html create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/-decrypted-message/id.html create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/-decrypted-message/index.html create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/-decrypted-message/sender-address.html create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/-decrypted-message/sent-at.html create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/-decrypted-message/topic.html create mode 100644 library/uniffi.xmtp_dh.org.xmtp.android.library.messages/index.html diff --git a/index.html b/index.html index e6654fd6c..2ae5114e0 100644 --- a/index.html +++ b/index.html @@ -150,6 +150,24 @@

Packages

+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
-
+

buildDecode

-
fun buildDecode(message: MessageV2, keyMaterial: ByteArray, topic: String): DecodedMessage
+
fun buildDecode(id: String, topic: String, message: MessageV2, keyMaterial: ByteArray, client: Client): DecodedMessage