ContentObservable.NotifyChange(Boolean) 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.
Caution
deprecated
Invokes ContentObserver#onChange
on each observer.
[Android.Runtime.Register("notifyChange", "(Z)V", "GetNotifyChange_ZHandler")]
[System.Obsolete("deprecated")]
public virtual void NotifyChange (bool selfChange);
[<Android.Runtime.Register("notifyChange", "(Z)V", "GetNotifyChange_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member NotifyChange : bool -> unit
override this.NotifyChange : bool -> unit
Parameters
- selfChange
- Boolean
True if this is a self-change notification.
- Attributes
Remarks
Invokes ContentObserver#onChange
on each observer.
This member is deprecated. Use #dispatchChange
instead.
Java documentation for android.database.ContentObservable.notifyChange(boolean)
.
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.