Share via


ContentResolver.NotifyUpdate Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Content.NotifyChangeFlags enum directly instead of this field.

Flag per #notifyChange(Uri, ContentObserver, int): in genere impostato da un ContentProvider per indicare che questa notifica è il risultato di una ContentProvider#update chiamata.

[Android.Runtime.Register("NOTIFY_UPDATE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.NotifyChangeFlags enum directly instead of this field.", true)]
public const Android.Content.NotifyChangeFlags NotifyUpdate = 8;
[<Android.Runtime.Register("NOTIFY_UPDATE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.NotifyChangeFlags enum directly instead of this field.", true)>]
val mutable NotifyUpdate : Android.Content.NotifyChangeFlags

Valore del campo

Value = 8
Attributi

Commenti

Flag per #notifyChange(Uri, ContentObserver, int): in genere impostato da un ContentProvider per indicare che questa notifica è il risultato di una ContentProvider#update chiamata.

L'invio di questi flag dettagliati è facoltativo, ma i provider sono fortemente consigliati per inviarli.

Documentazione Java per android.content.ContentResolver.NOTIFY_UPDATE.

Le parti di questa pagina sono modifiche in base al lavoro creato e condiviso dal Android Open Source e usato in base ai termini descritti nella .

Si applica a