diff --git a/library/org.xmtp.android.library.libxmtp/-message-v3/index.html b/library/org.xmtp.android.library.libxmtp/-message-v3/index.html index 8def61edc..d23540426 100644 --- a/library/org.xmtp.android.library.libxmtp/-message-v3/index.html +++ b/library/org.xmtp.android.library.libxmtp/-message-v3/index.html @@ -238,6 +238,21 @@

Properties

+ +
+
+
+
sentAtNs
+ +
Link copied to clipboard
+
+
+
+ +
+
+
+
diff --git a/library/org.xmtp.android.library.libxmtp/-message-v3/sent-at-ns.html b/library/org.xmtp.android.library.libxmtp/-message-v3/sent-at-ns.html new file mode 100644 index 000000000..a8d3371e6 --- /dev/null +++ b/library/org.xmtp.android.library.libxmtp/-message-v3/sent-at-ns.html @@ -0,0 +1,72 @@ + + + + + sentAtNs + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

sentAtNs

+
+ +
+ +
+
+ + diff --git a/library/org.xmtp.android.library/-conversation/-dm/index.html b/library/org.xmtp.android.library/-conversation/-dm/index.html index 4bdba5293..707b7bd23 100644 --- a/library/org.xmtp.android.library/-conversation/-dm/index.html +++ b/library/org.xmtp.android.library/-conversation/-dm/index.html @@ -159,17 +159,17 @@

Functions

- +
decryptedMessages
- +
Link copied to clipboard
-
suspend fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
+
suspend fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
@@ -219,17 +219,17 @@

Functions

- +
messages
- +
Link copied to clipboard
-
suspend fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

+
suspend fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

diff --git a/library/org.xmtp.android.library/-conversation/-group/index.html b/library/org.xmtp.android.library/-conversation/-group/index.html index 4f9c98279..19dc04ed5 100644 --- a/library/org.xmtp.android.library/-conversation/-group/index.html +++ b/library/org.xmtp.android.library/-conversation/-group/index.html @@ -159,17 +159,17 @@

Functions

- +
decryptedMessages
- +
Link copied to clipboard
-
suspend fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
+
suspend fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
@@ -219,17 +219,17 @@

Functions

- +
messages
- +
Link copied to clipboard
-
suspend fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

+
suspend fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

diff --git a/library/org.xmtp.android.library/-conversation/-v1/index.html b/library/org.xmtp.android.library/-conversation/-v1/index.html index ffe9cea0b..d68ae0ea7 100644 --- a/library/org.xmtp.android.library/-conversation/-v1/index.html +++ b/library/org.xmtp.android.library/-conversation/-v1/index.html @@ -159,17 +159,17 @@

Functions

- +
decryptedMessages
- +
Link copied to clipboard
-
suspend fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
+
suspend fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
@@ -219,17 +219,17 @@

Functions

- +
messages
- +
Link copied to clipboard
-
suspend fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

+
suspend fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

diff --git a/library/org.xmtp.android.library/-conversation/-v2/index.html b/library/org.xmtp.android.library/-conversation/-v2/index.html index 9ebbc0f99..e89c4f280 100644 --- a/library/org.xmtp.android.library/-conversation/-v2/index.html +++ b/library/org.xmtp.android.library/-conversation/-v2/index.html @@ -159,17 +159,17 @@

Functions

- +
decryptedMessages
- +
Link copied to clipboard
-
suspend fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
+
suspend fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
@@ -219,17 +219,17 @@

Functions

- +
messages
- +
Link copied to clipboard
-
suspend fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

+
suspend fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

diff --git a/library/org.xmtp.android.library/-conversation/decrypted-messages.html b/library/org.xmtp.android.library/-conversation/decrypted-messages.html index e7198eb97..e49bba1a9 100644 --- a/library/org.xmtp.android.library/-conversation/decrypted-messages.html +++ b/library/org.xmtp.android.library/-conversation/decrypted-messages.html @@ -54,12 +54,12 @@
-
+

decryptedMessages

-
suspend fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
+
suspend fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
- +
decryptedMessages
- +
Link copied to clipboard
-
suspend fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
+
suspend fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecryptedMessage>
@@ -279,17 +279,17 @@

Functions

- +
messages
- +
Link copied to clipboard
-
suspend fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

+
suspend fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

diff --git a/library/org.xmtp.android.library/-conversation/messages.html b/library/org.xmtp.android.library/-conversation/messages.html index 2e59918bb..ea1000e2f 100644 --- a/library/org.xmtp.android.library/-conversation/messages.html +++ b/library/org.xmtp.android.library/-conversation/messages.html @@ -54,12 +54,12 @@
-
+

messages

-
suspend fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

Return

The list of messages sent. If before or after are specified then this will only list messages sent at or after and at or before. If limit is specified then results are pulled in pages of that size. If direction is specified then that will control the sort order of te messages.

Parameters

before

initial date to filter

after

final date to create a range of dates and filter

limit

is the number of result that will be returned

direction

is the way of srting the information, by default is descending, you can know more about it in class MessageApiOuterClass.

See also

MessageApiOuterClass.SortDirection
+
suspend fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = MessageApiOuterClass.SortDirection.SORT_DIRECTION_DESCENDING): List<DecodedMessage>

This lists messages sent to the Conversation.

Return

The list of messages sent. If before or after are specified then this will only list messages sent at or after and at or before. If limit is specified then results are pulled in pages of that size. If direction is specified then that will control the sort order of te messages.

Parameters

before

initial date to filter

after

final date to create a range of dates and filter

limit

is the number of result that will be returned

direction

is the way of srting the information, by default is descending, you can know more about it in class MessageApiOuterClass.

See also

MessageApiOuterClass.SortDirection
-
+

decryptedMessages

-
fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
+
fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
- +
- +
Link copied to clipboard
-
fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
+
fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
@@ -174,17 +174,17 @@

Functions

- +
messages
- +
Link copied to clipboard
-
fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>
+
fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>
diff --git a/library/org.xmtp.android.library/-dm/messages.html b/library/org.xmtp.android.library/-dm/messages.html index ac652ffd3..db5cd195c 100644 --- a/library/org.xmtp.android.library/-dm/messages.html +++ b/library/org.xmtp.android.library/-dm/messages.html @@ -54,12 +54,12 @@
-
+

messages

-
fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>
+
fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SortDirection.SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>
-
+

decryptedMessages

-
fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
+
fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
- +
- +
Link copied to clipboard
-
fun decryptedMessages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
+
fun decryptedMessages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecryptedMessage>
@@ -324,17 +324,17 @@

Functions

- +
messages
- +
Link copied to clipboard
-
fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>
+
fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>
diff --git a/library/org.xmtp.android.library/-group/messages.html b/library/org.xmtp.android.library/-group/messages.html index 03e69ffa5..00bde9225 100644 --- a/library/org.xmtp.android.library/-group/messages.html +++ b/library/org.xmtp.android.library/-group/messages.html @@ -54,12 +54,12 @@
-
+

messages

-
fun messages(limit: Int? = null, before: Date? = null, after: Date? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>
+
fun messages(limit: Int? = null, beforeNs: Long? = null, afterNs: Long? = null, direction: PagingInfoSortDirection = SORT_DIRECTION_DESCENDING, deliveryStatus: MessageDeliveryStatus = MessageDeliveryStatus.ALL): List<DecodedMessage>