interface DittoSingleDocumentLiveQueryWithNextSignalCallback
Typically this will only be used if interacting with the SDK from Java. You can call
observeWithNextSignal
or observeLocalWithNextSignal
with an object that implements this
interface.
update |
abstract fun update(document: DittoDocument?, event: DittoSingleDocumentLiveQueryEvent, nextSignal: DittoSignalNextCallback): Unit |