UpdatedResults
RealmResults flow event that describes that an update has happened to elements in the observed query. It provides a reference to the new query result and a set of properties that describes the changes that happened to the query result.
Properties
The modified ranges of objects in the new version of the collection. It will be set as a zero-sized array if no objects were changed.
The deleted ranges of objects in the previous version of the collection. It will be set as a zero-sized array if no objects were deleted.
The inserted ranges of objects in the new version of the collection. It will be set as a zero-sized array if no objects were inserted.
The inserted indices in the new version of the collection. It will be set as a zero-sized array if no objects were inserted.