UpdatedSet

RealmSet flow event that describes that an update has been performed on the observed set. It provides a reference to the updated set and a number of properties that describe the changes performed on the set.

Properties

Link copied to clipboard
abstract val deletions: Int

The number of entries that have been deleted in this version of the collection.

Link copied to clipboard
abstract val insertions: Int

The number of entries that have been inserted in this version of the collection.

Link copied to clipboard
abstract val set: RealmSet<T>