Android.Database.ContentObserver Members

The members of Android.Database.ContentObserver are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a content observer.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.