AttachmentManager

class AttachmentManager(timeoutInSeconds: Long = 10) : AttachmentManagerInterface

Constructors

Link copied to clipboard
fun AttachmentManager(timeoutInSeconds: Long = 10)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun createReader(attachmentId: String): Attachment.Reader?
Link copied to clipboard
open override fun onAttachment(attachment: AttachmentMessage)
Link copied to clipboard
open override fun removeAttachment(attachmentId: String)