次の方法で共有


ContentResolver.NotifyDelete フィールド

定義

注意事項

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

フラグ: #notifyChange(Uri, ContentObserver, int)通常、この通知が呼び出しのContentProvider#delete結果であることを示すために a ContentProvider によって設定されます。

[Android.Runtime.Register("NOTIFY_DELETE", 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 NotifyDelete = 16;
[<Android.Runtime.Register("NOTIFY_DELETE", 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 NotifyDelete : Android.Content.NotifyChangeFlags

フィールド値

Value = 16
属性

注釈

フラグ: #notifyChange(Uri, ContentObserver, int)通常、この通知が呼び出しのContentProvider#delete結果であることを示すために a ContentProvider によって設定されます。

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

の Java ドキュメントandroid.content.ContentResolver.NOTIFY_DELETE

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象