MessageAttachmentsDao

Functions

Link copied to clipboard
abstract suspend fun getAssetPath(assetId: String): String?
Link copied to clipboard
abstract suspend fun getAttachment(assetId: String): MessageAttachmentEntity
Link copied to clipboard
abstract suspend fun getAttachments(): List<MessageAttachmentEntity>
abstract suspend fun getAttachments(messageId: String, conversationId: QualifiedIDEntity): List<MessageAttachmentEntity>
Link copied to clipboard
abstract suspend fun observeAttachments(): <Error class: unknown class><List<MessageAttachmentEntity>>
Link copied to clipboard
abstract suspend fun setContentUrlAndHash(assetId: String, url: String?, hash: String?)
Link copied to clipboard
abstract suspend fun setLocalPath(assetId: String, path: String?)
Link copied to clipboard
abstract suspend fun setPreviewUrl(assetId: String, previewUrl: String?)
Link copied to clipboard
abstract suspend fun setTransferStatus(assetId: String, status: String)