databaseDidChange
Called when the database was modified in some unspecified way.
func databaseDidChange()
This method allows a transaction observer to handle changes that are not automatically detected. See TransactionObserver
and notifyChanges(in:)
for more information.
The exact nature of changes is unknown, but they comply to the observes(eventsOfKind:)
test.