ContentResolver.NotifyInsert Campo

Definición

Precaución

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

Marca para #notifyChange(Uri, ContentObserver, int): normalmente se establece mediante para ContentProvider indicar que esta notificación es el resultado de una ContentProvider#insert llamada.

[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

Valor de campo

Value = 4
Atributos

Comentarios

Marca para #notifyChange(Uri, ContentObserver, int): normalmente se establece mediante para ContentProvider indicar que esta notificación es el resultado de una ContentProvider#insert llamada.

El envío de estas marcas detalladas es opcional, pero se recomienda encarecidamente que los proveedores los envíen.

Java documentación para android.content.ContentResolver.NOTIFY_INSERT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a