class Update : DittoLiveQueryEvent
<init> |
Update(oldDocuments: List<DittoDocument>, insertions: List<Int>, deletions: List<Int>, updates: List<Int>, moves: List<DittoLiveQueryMove>) |
deletions |
val deletions: List<Int> |
insertions |
val insertions: List<Int> |
moves |
val moves: List<DittoLiveQueryMove> |
oldDocuments |
val oldDocuments: List<DittoDocument> |
updates |
val updates: List<Int> |