ContentResolver.NotifyInsert 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 oggetto per indicare che questa notifica è il risultato di una ContentProvider#insert chiamata.

[Android.Runtime.Register("NOTIFY_INSERT", 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 NotifyInsert = 4;
[<Android.Runtime.Register("NOTIFY_INSERT", 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 NotifyInsert : Android.Content.NotifyChangeFlags

Valore del campo

Value = 4
Attributi

Commenti

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

L'invio di questi flag dettagliati è facoltativo, ma è consigliabile inviare i provider.

per android.content.ContentResolver.NOTIFY_INSERT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a