Ffi Conversations
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun createGroup(accountAddresses: List<String>, opts: FfiCreateGroupOptions): FfiConversation
Link copied to clipboard
open suspend override 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
open suspend override fun streamAllGroupMessages(messageCallback: FfiMessageCallback): FfiStreamCloser
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
open suspend override 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
Link copied to clipboard