Ditto Single Document Live Query Callback
interface DittoSingleDocumentLiveQueryCallback
Content copied to clipboard
Typically this will only be used if interacting with the SDK from Java. You can call observe
or observeLocal
with an object that implements this interface.
Functions
update
Link copied to clipboard
abstract fun update(document: DittoDocument?, event: DittoSingleDocumentLiveQueryEvent)
Content copied to clipboard