dittosynckit / live.ditto / DittoAttachmentFetchEventHandler

DittoAttachmentFetchEventHandler

interface DittoAttachmentFetchEventHandler

Typically this will only be used if interacting with the SDK from Java. You can call fetchAttachment with an attachment token and an object that implements this interface.

Functions

onFetchEvent

abstract fun onFetchEvent(event: DittoAttachmentFetchEvent): Unit