ContentObserver.DeliverSelfNotifications Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.