言語

AbstractCursor.SetNotificationUri(ContentResolver, Uri) メソッド

定義

変更を監視するコンテンツ URI を指定します。

[Android.Runtime.Register("setNotificationUri", "(Landroid/content/ContentResolver;Landroid/net/Uri;)V", "GetSetNotificationUri_Landroid_content_ContentResolver_Landroid_net_Uri_Handler")]
public virtual void SetNotificationUri(Android.Content.ContentResolver? cr, Android.Net.Uri? notifyUri);
[<Android.Runtime.Register("setNotificationUri", "(Landroid/content/ContentResolver;Landroid/net/Uri;)V", "GetSetNotificationUri_Landroid_content_ContentResolver_Landroid_net_Uri_Handler")>]
abstract member SetNotificationUri : Android.Content.ContentResolver * Android.Net.Uri -> unit
override this.SetNotificationUri : Android.Content.ContentResolver * Android.Net.Uri -> unit

パラメーター

cr
ContentResolver

呼び出し元のコンテキストからのコンテンツ リゾルバー。

notifyUri
Uri

変更を監視する URI。 これには、特定の行 URI、またはコンテンツのクラス全体のベース URI を指定できます。

実装

属性

注釈

変更を監視するコンテンツ URI を指定します。

Javaドキュメント。

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

適用対象