ditto-lib / live.ditto / DittoWriteTransactionHandler

DittoWriteTransactionHandler

interface DittoWriteTransactionHandler

Typically this will only be used if interacting with the SDK from Java. You can call write on a DittoStore instance with an object that implements this interface.

Functions

write

open fun write(transaction: DittoWriteTransaction): Unit