interface DittoLiveQueryWithNextSignalCallback
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(docs: List<DittoDocument>, event: DittoLiveQueryEvent, signalNext: DittoSignalNextCallback): Unit |