ditto-lib / live.ditto / DittoLiveQueryCallback

DittoLiveQueryCallback

interface DittoLiveQueryCallback

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

open fun update(docs: List<DittoDocument>, event: DittoLiveQueryEvent): Unit