Package-level declarations

Types

Link copied to clipboard
class AttachmentFilter(chatClient: ChatClient = ChatClient.instance())

A filter that is used to filter out attachments that will not be accepted by the backend.

Link copied to clipboard
class AttachmentStorageHelper(context: Context, storageHelper: StorageHelper = StorageHelper(), attachmentFilter: AttachmentFilter = AttachmentFilter())

Handles querying device storage for attachment metadata and converting between AttachmentMetaData and the SDK Attachment model.

Link copied to clipboard

Helper class for managing file and media attachments from device storage.