ContentObservable.NotifyChange(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
deprecated
ContentObserver#onChange Appelle chaque observateur.
[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
Paramètres
- selfChange
- Boolean
True s’il s’agit d’une notification d’auto-modification.
- Attributs
Remarques
ContentObserver#onChange Appelle chaque observateur.
Ce membre est déconseillé. Utilisez #dispatchChange à la place.
Java documentation pour android.database.ContentObservable.notifyChange(boolean).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.