語言

ContentResolver.NotifyInsert 欄位

定義

警告

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

標記為 #notifyChange(Uri, ContentObserver, int):通常由 設定 ContentProvider ,表示此通知是通話結果 ContentProvider#insert

[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

欄位值

Value = 4
屬性

備註

標記為 #notifyChange(Uri, ContentObserver, int):通常由 設定 ContentProvider ,表示此通知是通話結果 ContentProvider#insert

寄送這些詳細的警示是自願的,但強烈建議醫療提供者自行發送。

Java 文件 android.content.ContentResolver.NOTIFY_INSERT

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於