diff --git a/library/org.xmtp.android.library/-client/index.html b/library/org.xmtp.android.library/-client/index.html index 79792add6..15b79e62e 100644 --- a/library/org.xmtp.android.library/-client/index.html +++ b/library/org.xmtp.android.library/-client/index.html @@ -403,21 +403,6 @@

Functions

- -
-
-
-
syncConsent
- -
Link copied to clipboard
-
-
-
-
suspend fun syncConsent()
-
-
-
-
diff --git a/library/org.xmtp.android.library/-consent-list/-consent-list.html b/library/org.xmtp.android.library/-consent-list/-consent-list.html deleted file mode 100644 index c7dc2a8eb..000000000 --- a/library/org.xmtp.android.library/-consent-list/-consent-list.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - ConsentList - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
- -
-

ConsentList

-
-
constructor(client: Client, ffiClient: FfiXmtpClient)
-
- -
-
- - diff --git a/library/org.xmtp.android.library/-consent-list/client.html b/library/org.xmtp.android.library/-consent-list/client.html deleted file mode 100644 index 900718627..000000000 --- a/library/org.xmtp.android.library/-consent-list/client.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - client - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
- -
-

client

-
- -
- -
-
- - diff --git a/library/org.xmtp.android.library/-consent-list/index.html b/library/org.xmtp.android.library/-consent-list/index.html deleted file mode 100644 index b535d61a4..000000000 --- a/library/org.xmtp.android.library/-consent-list/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - ConsentList - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
- -
-

ConsentList

-
class ConsentList(val client: Client, ffiClient: FfiXmtpClient)
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(client: Client, ffiClient: FfiXmtpClient)
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun addressState(address: String): ConsentState
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun conversationState(groupId: String): ConsentState
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun inboxIdState(inboxId: String): ConsentState
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun setConsentState(entries: List<ConsentListEntry>)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
- - diff --git a/library/org.xmtp.android.library/-private-preferences/-private-preferences.html b/library/org.xmtp.android.library/-private-preferences/-private-preferences.html index 70d1e0081..f6f8d38ab 100644 --- a/library/org.xmtp.android.library/-private-preferences/-private-preferences.html +++ b/library/org.xmtp.android.library/-private-preferences/-private-preferences.html @@ -54,12 +54,12 @@
-
+

PrivatePreferences

-
constructor(client: Client, ffiClient: FfiXmtpClient, consentList: ConsentList = ConsentList(client, ffiClient))
+
constructor(client: Client, ffiClient: FfiXmtpClient)
-
- +
+

addressState

diff --git a/library/org.xmtp.android.library/-consent-list/conversation-state.html b/library/org.xmtp.android.library/-private-preferences/conversation-state.html similarity index 94% rename from library/org.xmtp.android.library/-consent-list/conversation-state.html rename to library/org.xmtp.android.library/-private-preferences/conversation-state.html index c9edc1327..994ade518 100644 --- a/library/org.xmtp.android.library/-consent-list/conversation-state.html +++ b/library/org.xmtp.android.library/-private-preferences/conversation-state.html @@ -54,8 +54,8 @@
-
- +
+

conversationState

diff --git a/library/org.xmtp.android.library/-consent-list/inbox-id-state.html b/library/org.xmtp.android.library/-private-preferences/inbox-id-state.html similarity index 94% rename from library/org.xmtp.android.library/-consent-list/inbox-id-state.html rename to library/org.xmtp.android.library/-private-preferences/inbox-id-state.html index fc6da44e4..d508f1a8b 100644 --- a/library/org.xmtp.android.library/-consent-list/inbox-id-state.html +++ b/library/org.xmtp.android.library/-private-preferences/inbox-id-state.html @@ -54,8 +54,8 @@
-
- +
+

inboxIdState

diff --git a/library/org.xmtp.android.library/-private-preferences/index.html b/library/org.xmtp.android.library/-private-preferences/index.html index 87894ab62..279cac3cb 100644 --- a/library/org.xmtp.android.library/-private-preferences/index.html +++ b/library/org.xmtp.android.library/-private-preferences/index.html @@ -58,58 +58,137 @@

PrivatePreferences

-
data class PrivatePreferences(var client: Client, ffiClient: FfiXmtpClient, var consentList: ConsentList = ConsentList(client, ffiClient))
+
data class PrivatePreferences(var client: Client, ffiClient: FfiXmtpClient)

Constructors

-
+
- +
Link copied to clipboard
-
constructor(client: Client, ffiClient: FfiXmtpClient, consentList: ConsentList = ConsentList(client, ffiClient))
+
constructor(client: Client, ffiClient: FfiXmtpClient)
-
-

Properties

-
+
+

Functions

+
- - + +
Link copied to clipboard
- +
suspend fun addressState(address: String): ConsentState
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun conversationState(groupId: String): ConsentState
- +
- - + +
Link copied to clipboard
- +
suspend fun inboxIdState(inboxId: String): ConsentState
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun setConsentState(entries: List<ConsentListEntry>)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun streamConsent(): Flow<ConsentListEntry>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
suspend fun syncConsent()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
diff --git a/library/org.xmtp.android.library/-consent-list/set-consent-state.html b/library/org.xmtp.android.library/-private-preferences/set-consent-state.html similarity index 93% rename from library/org.xmtp.android.library/-consent-list/set-consent-state.html rename to library/org.xmtp.android.library/-private-preferences/set-consent-state.html index c5352c9ec..9c4079897 100644 --- a/library/org.xmtp.android.library/-consent-list/set-consent-state.html +++ b/library/org.xmtp.android.library/-private-preferences/set-consent-state.html @@ -54,8 +54,8 @@
-
- +
+

setConsentState

diff --git a/library/org.xmtp.android.library/-private-preferences/consent-list.html b/library/org.xmtp.android.library/-private-preferences/stream-consent.html similarity index 79% rename from library/org.xmtp.android.library/-private-preferences/consent-list.html rename to library/org.xmtp.android.library/-private-preferences/stream-consent.html index 87b1fc094..c49957dc4 100644 --- a/library/org.xmtp.android.library/-private-preferences/consent-list.html +++ b/library/org.xmtp.android.library/-private-preferences/stream-consent.html @@ -2,7 +2,7 @@ - consentList + streamConsent