SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
data
/
ltechnologies.onionphone.securemessenger.data.db
/
ConversationDao
Conversation
Dao
interface
ConversationDao
Members
Functions
list
For
Account
Link copied to clipboard
abstract
suspend
fun
listForAccount
(
accountId
:
String
)
:
List
<
ConversationEntity
>
observe
All
Link copied to clipboard
abstract
fun
observeAll
(
)
:
Flow
<
List
<
ConversationEntity
>
>
upsert
Link copied to clipboard
abstract
suspend
fun
upsert
(
conversation
:
ConversationEntity
)
upsert
All
Link copied to clipboard
abstract
suspend
fun
upsertAll
(
conversations
:
List
<
ConversationEntity
>
)