Android.Database.ContentObservable.DispatchChange Method
Invokes ContentObserver.DispatchChange(bool, Android.Net.Uri) on each observer.

Syntax

[Android.Runtime.Register("dispatchChange", "(ZLandroid/net/Uri;)V", "GetDispatchChange_ZLandroid_net_Uri_Handler")]
public virtual void DispatchChange (bool selfChange, Android.Net.Uri uri)

Parameters

selfChange
True if this is a self-change notification.
uri
The Uri of the changed content, or null if unknown.

Remarks

Invokes ContentObserver.DispatchChange(bool, Android.Net.Uri) on each observer. Includes the changed content Uri when available.

If selfChange is true, only delivers the notification to the observer if it has indicated that it wants to receive self-change notifications by implementing ContentObserver.DeliverSelfNotifications to return true.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16