DittoAttachmentFetcher

class DittoAttachmentFetcher : Closeable

These objects are returned by calls to DittoStore.fetchAttachment.

Functions

Link copied to clipboard
open override fun close()

Stops fetching the fetcher's associated attachment and cleans up any associated resources.

Link copied to clipboard
protected fun finalize()

Releases native resources before the instance is garbage collected.

Properties

Link copied to clipboard
val store: WeakReference<DittoStore>