ContentObserver.DeliverSelfNotifications Method

Definition

Returns true if this observer is interested receiving self-change notifications.

[Android.Runtime.Register("deliverSelfNotifications", "()Z", "GetDeliverSelfNotificationsHandler")]
public virtual bool DeliverSelfNotifications ();
[<Android.Runtime.Register("deliverSelfNotifications", "()Z", "GetDeliverSelfNotificationsHandler")>]
abstract member DeliverSelfNotifications : unit -> bool
override this.DeliverSelfNotifications : unit -> bool

Returns

True if self-change notifications should be delivered to the observer.

Attributes

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.

Java documentation for android.database.ContentObserver.deliverSelfNotifications().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to