Interface AttachmentRepository
-
- All Implemented Interfaces:
public interface AttachmentRepositoryRepository to access data of attachments.
-
-
Method Summary
Modifier and Type Method Description abstract Flow<List<Attachment>>observeAttachmentsForMessage(String messageId)Observes any change in attachments for an specific message. abstract Unitclear()Clear attachments of this repository. -
-
Method Detail
-
observeAttachmentsForMessage
abstract Flow<List<Attachment>> observeAttachmentsForMessage(String messageId)
Observes any change in attachments for an specific message.
-
-
-
-