PrivatePreferences

data class PrivatePreferences(var 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<ConsentRecord>)
Link copied to clipboard
suspend fun streamConsent(): Flow<ConsentRecord>
Link copied to clipboard
Link copied to clipboard
suspend fun syncConsent()

Properties

Link copied to clipboard