Android.Database.AbstractCursor.SetNotificationUri Method
Specifies a content URI to watch for changes.

Syntax

[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)

Parameters

cr
The content resolver from the caller's context.
notifyUri
The URI to watch for changes. This can be a specific row URI, or a base URI for a whole class of content.

Remarks

Specifies a content URI to watch for changes.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1