ditto-lib / live.ditto / DittoSingleMutableDocumentUpdater

DittoSingleMutableDocumentUpdater

interface DittoSingleMutableDocumentUpdater<T : Any>

Typically this will only be used if interacting with the SDK from Java. You can call update with an object that implements this interface.

Functions

update

open fun update(doc: DittoMutableDocument<T>?): Unit