Android.Database.ContentObserver: Method Members

The methods of Android.Database.ContentObserver are listed below. For a list of all members, see the ContentObserver Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

DeliverSelfNotifications() : bool
Returns true if this observer is interested receiving self-change notifications.
DispatchChange(bool)
Dispatches a change notification to the observer.
DispatchChange(bool, Android.Net.Uri)
Dispatches a change notification to the observer.
OnChange(bool)
This method is called when a content change occurs.
OnChange(bool, Android.Net.Uri)
This method is called when a content change occurs.