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

Boolean

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

Attributes

Remarks

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