Update
class Update( val oldDocuments: List<DittoDocument>, val insertions: List<Int>, val deletions: List<Int>, val updates: List<Int>, val moves: List<DittoLiveQueryMove>) : DittoLiveQueryEvent
Content copied to clipboard
Provides information about the changes that have occurred in relation to a live query for a given update event.
This type is used every time a live query update is delivered after the initial event.
Constructors
Functions
Link copied to clipboard
Returns a hash that represents the set of matching documents.
Link copied to clipboard
Returns a pattern of words that together create a mnemonic, which represents the set of matching documents.