|
const T * | object |
| The object being observed.
|
|
bool | is_deleted = false |
| The object has been deleted from the Realm.
|
|
std::exception_ptr | error |
|
std::vector< PropertyChange< T > > | property_changes |
|
◆ error
If an error occurs, notification blocks are called one time with an error
result and an std::exception
containing details about the error. Currently the only errors which can occur are when opening the Realm on a background worker thread to calculate the change set. The callback will never be called again after error
is delivered.
◆ property_changes
One or more of the properties of the object have been changed.
The documentation for this struct was generated from the following file: