Android.Database.ContentObserver.DispatchChange Method
Dispatches a change notification to the observer.

Syntax

[Android.Runtime.Register("dispatchChange", "(ZLandroid/net/Uri;)V", "")]
public 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

Dispatches a change notification to the observer. Includes the changed content Uri when available.

If a Android.OS.Handler was supplied to the Android.Database.ContentObserver constructor, then a call to the ContentObserver.OnChange(bool) method is posted to the handler's message queue. Otherwise, the ContentObserver.OnChange(bool) method is invoked immediately on this thread.

[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