interface DittoLiveQueryCallback<T : Any>
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.
open fun update(docs: List<DittoDocument<T>>, event: DittoLiveQueryEvent<T>): Unit |