Android.Database.ContentObserver.DeliverSelfNotifications Method
Returns true if this observer is interested receiving self-change notifications.

Syntax

[Android.Runtime.Register("deliverSelfNotifications", "()Z", "GetDeliverSelfNotificationsHandler")]
public virtual bool DeliverSelfNotifications ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if this observer is interested receiving self-change notifications. Subclasses should override this method to indicate whether the observer is interested in receiving notifications for changes that it made to the content itself.

[Android Documentation]

Requirements

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