ObjectChange
@frozen
public enum ObjectChange<T>
Information about the changes made to an object which is passed to Object
‘s
notification blocks.
-
Errors can no longer occur. This case is unused and will be removed in the next major version.
Declaration
Swift
case error(_: NSError)
-
One or more of the properties of the object have been changed.
Declaration
Swift
case change(T, [PropertyChange])
-
The object has been deleted from the Realm.
Declaration
Swift
case deleted