- uri
- The uri of the content that was changed.
- observer
- The observer that originated the change, may be null. The observer that originated the change will only receive the notification if it has requested to receive self-change notifications by implementing Android.Database.ContentObserver.DeliverSelfNotifications to return true.
Notify registered observers that a row was updated and attempt to sync changes to the network. To register, call ContentResolver.RegisterContentObserver(Android.Net.Uri, System.Boolean, System.Boolean). By default, CursorAdapter objects will get this notification.