ContentResolver.NotifyUpdate フィールド

定義

注意事項

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

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

[Android.Runtime.Register("NOTIFY_UPDATE", 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 NotifyUpdate = 8;
[<Android.Runtime.Register("NOTIFY_UPDATE", 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 NotifyUpdate : Android.Content.NotifyChangeFlags

フィールド値

Value = 8
属性

注釈

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

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

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

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

適用対象