RealmSectionedResultsChange
-
.initial
indicates that the initial run of the query has completed (if applicable), and the collection can now be used without performing any blocking work. -
.update
indicates that a write transaction has been committed which either changed which objects are in the collection, and/or modified one or more of the objects in the collection.All three of the change arrays are always sorted in ascending order.