Ffi Conversations Interface
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun createGroup(accountAddresses: List<String>, opts: FfiCreateGroupOptions): FfiConversation
Link copied to clipboard
abstract suspend fun createGroupWithInboxIds(inboxIds: List<String>, opts: FfiCreateGroupOptions): FfiConversation
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get notified when there is a new consent update either locally or is synced from another device allowing the user to re-render the new state appropriately
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun streamMessages(messageCallback: FfiMessageCallback, conversationType: FfiConversationType?): FfiStreamCloser
Link copied to clipboard
Get notified when a preference changes either locally or is synced from another device allowing the user to re-render the new state appropriately.
Link copied to clipboard