Ditto Single Document Live Query With Next Signal Callback
fun interface DittoSingleDocumentLiveQueryWithNextSignalCallback
Content copied to clipboard
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.
Functions
update
Link copied to clipboard
abstract fun update(document: DittoDocument?, event: DittoSingleDocumentLiveQueryEvent, nextSignal: DittoSignalNextCallback)
Content copied to clipboard