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#insert呼び出しの結果であることを示すためにContentProviderによって設定されます。

[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#insert呼び出しの結果であることを示すためにContentProviderによって設定されます。

これらの詳細フラグの送信は省略可能ですが、プロバイダーは送信することを強くお勧めします。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象