MessageAttachmentDraftDaoImpl

Constructors

Link copied to clipboard
internal constructor(queries: MessageAttachmentDraftQueries)

Functions

Link copied to clipboard
open suspend override fun addAttachment(uuid: String, versionId: String, conversationId: QualifiedIDEntity, mimeType: String, fileName: String, fileSize: Long, assetWidth: Int?, assetHeight: Int?, assetDuration: Long?, dataPath: String, nodePath: String, status: String)
Link copied to clipboard
open suspend override fun deleteAttachment(uuid: String)
Link copied to clipboard
open suspend override fun deleteAttachments(conversationId: QualifiedIDEntity)
Link copied to clipboard
open suspend override fun getAttachment(uuid: String): MessageAttachmentDraftEntity?
Link copied to clipboard
open suspend override fun getAttachments(conversationId: QualifiedIDEntity): List<MessageAttachmentDraftEntity>
Link copied to clipboard
open suspend override fun observeAttachments(conversationId: QualifiedIDEntity): <Error class: unknown class><List<MessageAttachmentDraftEntity>>
Link copied to clipboard
open suspend override fun updateUploadStatus(uuid: String, status: String)